instaclient
instaclient copied to clipboard
instaclient is a Python library for accessing Instagram's features. With this library, you can create Instagram Bots with ease and simplicity. The InstaClient takes advantage of the selenium library t...
hey Your tool is outdated
How do I get the messages people send me direct?
Is it possible to send photos and videos direct?
result of get_following is returning: {"message":"Please wait a few minutes before you try again.","status":"fail"} context: I've perhaps met the limit Instagram gave. But it's almost half day (12 hour) already....
According to this: https://developers.facebook.com/docs/graph-api/overview/rate-limiting/ the call_count in the header would let you monitor how close to being put in the penalty box. Possible to parse this header and throttle codes,...
client = InstaClient(driver_path=chr_driver,proxy=proxy_ip, port=port_num) Any idea it can work with proxy since is have a argument in source but when I try with proxy is not making a connection. ERR_NO_SUPPORTED_PROXIES
The **chrome driver is stuck** at https://www.instagram.com/accounts/onetap/?next=%2F here we have to click manually on the **Save Info** or **Not Now** button in order to further execute our python script. 
Hello, I am doing a comment bot and sometimes Instagram blocks commenting, when you exceed the maximum in a day or there appears an error when you want to tag...
First: Adding automatic likes to posts from Explore Second: Adding the ability to post comments on publications within Explore Third: Add the ability to extract Instagram users from the hashtag...
A way to upload posts to the user's profile with the client. Utilize Facebook Graph API?