Python Upload Files
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...")
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].
- ↑ https://discussion.dreamhost.com/t/how-to-post-content-to-wordpress-using-python-and-rest-api/65166
- ↑ https://stackoverflow.com/questions/43562550/login-wordpress-with-requests-python3/43563859#43563859
- ↑ https://stackoverflow.com/questions/46203213/uploading-of-image-to-wordpress-through-pythons-requests?rq=1