python3

  1. ciphercipher1

    Problem with WordPress API (401 code)

    Hello guys so I am trying to build an auto uploader that will send HTML content and make it a post However I am struggling to establish connection with the site. I am providing correct credentials but i still get 401 error. This is my python code site_url =...
  2. Captaintj

    [JOURNEY] Learning Python to Write Scripts.

    Hey guys, So today I am starting my Journey to learn to code in Python in order to do scripting and automate stuff. I do not really have much programming knowledge, that's why I brought a Python Masterclass course on Udemy to begin with. After that I plan on doing the Automate Boring Stuff...
  3. Justuz

    Upload Videos automatically to Instagram using Python3 April 2020

    Is there any way, to upload videos (& schedule the upload) to Instagram using Python3 in March 2020? As far as I know, IG did some changes/restrictions to their API, so most of the Python Librarys, that worked for me uploading vids to IG (i didn't found a library, which was working any more)...
  4. N

    [python3]remove whitespaces from json requests post body?

    Im trying to imitate http request i sniffed both requests with charlesproxy and they are indentical unless the Content-Length header + body whitespaces data=["Machine gun Kelly23","123456789","2.29.0"] after thath response = session.post('https://www.guerrastribales.es/m/m/login', json=data)...
Back
Top