I can't get this to work as I'm getting a bunch of errors. Done most of the bug fixes, but now left with 3 things that won't run it.
Traceback (most recent call last):
File "example.py", line 6, in <module>
from src import InstaBot
File "/Users/pc-1/Desktop/instabot.py-master/src/__init__.py", line 1, in <module>
from .instabot import InstaBot
File "/Users/pc-1/Desktop/instabot.py-master/src/instabot.py", line 6, in <module>
from .userinfo import UserInfo
File "/Users/pc-1/Desktop/instabot.py-master/src/userinfo.py", line 5, in <module>
import requests
ImportError: No module named requests
I have this same error can someone help? it seems the module called 'request' can't be found but i have PIP installed which is the library for the modules right?