Python Upload Files

From Michael's Information Zone
Jump to navigation Jump to search

Purpose

To upload files to wordpress using python. Either using the API or straight html.

Process

So far I found that you might not be able to use cookie based sessions to upload via the API[1]. If that is the case I will be using a requests session to upload the files in question.[2][3].