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.71k stars 1.47k forks source link

unfollow_non_followers.py Error #600

Closed BigClunk closed 6 years ago

BigClunk commented 6 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Purpose of your issue?


The following sections requests more details for particular types of issues, you can remove any section (the contents between the triple ---) not applicable to your issue.


For a bug report, you must include the Python version used, code that will reproduce the error, and the error log/traceback.

Paste the output of python -V here:

Using Python version 3.6 and on Mac OS 10.13.5

Pariss-iMac-2:examples Hunter$ python3 unfollow_non_followers.py Traceback (most recent call last): File "unfollow_non_followers.py", line 13, in from instabot import Bot File "/Users/Hunter/Desktop/instabot-master/examples/../instabot/init.py", line 1, in from .api import API File "/Users/Hunter/Desktop/instabot-master/examples/../instabot/api/init.py", line 1, in from .api import API File "/Users/Hunter/Desktop/instabot-master/examples/../instabot/api/api.py", line 15, in import requests ModuleNotFoundError: No module named 'requests' Pariss-iMac-2:examples Hunter$

Every time i try and run any file from the example folder i get this error. Does anyone know how to fix this??? Any help would be appreciated :)

kintaro1981 commented 6 years ago

have you installed instabot with:

pip install -U instabot

right?

BigClunk commented 6 years ago

yes thats the first thing i did when i downloaded python

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.