instalike-instagram-bot icon indicating copy to clipboard operation
instalike-instagram-bot copied to clipboard

automate instagram activities using instagram bot - like follow/unfollow comment; python requests lib

Results 15 instalike-instagram-bot issues
Sort by recently updated
recently updated
newest added

Hi! How do I get the bot to follow the followers of a specific user? Thank you very much

![Screenshot_2020-08-23-02-07-13](https://user-images.githubusercontent.com/70042687/90968581-a4b21780-e4e5-11ea-9877-082189f2a04b.png)

Just decided to try out this code but it seems the likes are failing quickly, my config is very soft and do not do a lot of actions just some...

https://t.me/instabotai found this, works great

`Trying to log in ... Traceback (most recent call last): File "main.py", line 10, in main() File "main.py", line 6, in main bot.start() File "/home/pi/Projects/scrise_bot/instabot.py", line 61, in start while(not...

``` could not get valid users. Error getting users. Traceback (most recent call last): File "main.py", line 10, in main() File "main.py", line 6, in main bot.start() File "/Users/danny/Downloads/instalike-instagram-bot/instabot.py", line...

``` Traceback (most recent call last): File "main.py", line 10, in main() File "main.py", line 6, in main bot.start() File "/Users/danny/instalike-instagram-bot/instabot.py", line 78, in start self.follow_bot.act() File "/Users/danny/instalike-instagram-bot/instafollow.py", line 79,...

I have installed the Python program to run python scripts but it doesnt work... It does work on PC but not Raspberry pi :(

Using default.cfg file. Traceback (most recent call last): File "/home/thelordgermany/bot/main.py", line 10, in main() File "/home/thelordgermany/bot/main.py", line 6, in main bot.start() File "/home/thelordgermany/bot/instabot.py", line 58, in start if(not self.initialize()): File...