Difference between revisions of "Python Upload Files"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "==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 sessio...")
 
(No difference)

Latest revision as of 12:27, 23 September 2020

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].