Its working fine am using it.. But it's too slowIs it working now?
Also, what's the difference between this and InstaPy?
From what I understand, Instabot doesn't emulate human actions and doesn't use Selenium so it is more risky but it requires less RAM.
Its working fine am using it.. But it's too slow
Try writing "import requests" at the top of the document.Tried it. getting this error
Traceback (most recent call last):
File "example.py", line 6, in <module>
from src import InstaBot
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\src\__init__.py", line 1, in <module>
from .instabot import InstaBot
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\src\instabot.py", line 6, in <module>
from .userinfo import UserInfo
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\src\userinfo.py", line 5, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
any idea how to fix it? TIA
Try writing "import requests" at the top of the document.
Tried : now got
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\example.py", line 5, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
pip install requests
Or:try opening your command line and running
Code:pip install requests
There is a problem with the first line of the python file. Open the file with notepad and screenshot that.Hi there, This probleme is showing, HELP