[ IG automation] what python library is best ?

python_

Registered Member
Joined
Oct 31, 2024
Messages
87
Reaction score
49
I'm building a python automation system to automate posting on IG, I'm having a hard time uploading videos using instabot, while not having this problem with pictures they seem to get uploaded with no problem.

What library do you use and think is more reliable ?
 
seleniumbase for general website automation, pyautoit for GUI automation, etc. If you use an API for dealing with things like instagram, just expect the account to get banned. The API is like a honeypot, so they spend less time finding bots and automation.
 
seleniumbase for general website automation, pyautoit for GUI automation, etc. If you use an API for dealing with things like instagram, just expect the account to get banned. The API is like a honeypot, so they spend less time finding bots and automation.
You're right, I'm using python library "instabot" and my account got an immediate shadowban.
I'll have to use seleniumbase for this, thanks mate
 
I confirm. Just I've tested with instabot, and it sucks. Playright or selenium with simulate user. Selenium provide something selenium grid to manage multiple instances on virtual machines so it is easier manage different IP.
 
I recommend you try instagrapi, I used it a few months ago and it worked very well both for getting information and for uploading content!
i used it too after posting this thread and it worked fine, thanks
 
Back
Top