ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.69k stars 1.47k forks source link

Help me with this error #257

Closed navigation12 closed 7 years ago

navigation12 commented 7 years ago

root@kali:~/Desktop/instabot/examples# python unfollow_non_followers.py Traceback (most recent call last): File "unfollow_non_followers.py", line 14, in from instabot import Bot File "/root/Desktop/instabot/examples/../instabot/init.py", line 1, in from .api import API File "/root/Desktop/instabot/examples/../instabot/api/init.py", line 1, in from .api import API File "/root/Desktop/instabot/examples/../instabot/api/api.py", line 11, in from tqdm import tqdm ImportError: No module named tqdm

simongomez95 commented 7 years ago

Did you install dependencies before trying to run the example?

thestation commented 7 years ago

Just run the commands in the readme section. Open terminal and type "pip -U install instabot" -no quotations.