Python Upload Files

From Michael's Information Zone
Revision as of 11:27, 23 September 2020 by Michael.mast (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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].