Hey Guys, i just wanted to ask if anyone can help me. I tried this on my macbook, but i got an error. I've heard that there's an issue with the python library but i dont know where to install it on mac.
This is my error:
Last login: Sun Jun 4 22:59:53 on ttys000
Maxs-MBP:~ maxschmitz$ cd '/Users/maxschmitz/Downloads/instabot.py-master/' && '/usr/bin/pythonw' '/Users/maxschmitz/Downloads/instabot.py-master/opensourcebotsfuckyeah.py' && echo Exit status: $? && exit 1
Traceback (most recent call last):
File "/Users/maxschmitz/Downloads/instabot.py-master/opensourcebotsfuckyeah.py", line 12, in <module>
from instabot import InstaBot
File "/Users/maxschmitz/Downloads/instabot.py-master/src/instabot.py", line 16, in <module>
import requests
ImportError: No module named requests
Maxs-MBP:instabot.py-master maxschmitz$
Does anyone of you have an idea how i could solve this?