Closed yuriccosta closed 4 years ago
Hi @zzAlfa !! That is because the Python library "requests" is not installed in your system. If you are using Python 2 you can use "pip install requests" and if using Python 3 "pip3 install requests"
In case you want to see other ways to do this you can see this Stackoverflow thread
Plase let me know if this makes it work so the issue can be closed!!!
Best regards,
Ricardo
في اثنين، ٣١ أغسطس، ٢٠٢٠ في ١٢:٣٧ ص، كتب zzAlfa notifications@github.com:
I love you 🙂
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ricardojoserf/instagram-followers-bot/issues/16#issuecomment-683473795, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOUKHJHX2HUVXKDCK6GFWNTSDLBB5ANCNFSM4QPZLY7Q .
في اثنين، ٣١ أغسطس، ٢٠٢٠ في ١٢:٤٢ ص، كتب zzAlfa notifications@github.com I am using python 3 and i love you 😀❤️🔥🔥
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/ricardojoserf/instagram-followers-bot/issues/16#issuecomment-683474214, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOUKHJGN2D36HO4G7OBWXY3SDLBTHANCNFSM4QPZLY7Q .
Thanks man, its working Actually i Discover that with python 3 i need to install requests_toolbelt.
Glad to hear it is working! I will close the issue :)
Traceback (most recent call last): File "main.py", line 1, in
import aux_funcs, sys, json, time, random
File "/data/data/com.termux/files/home/instagram-followers-bot/aux_funcs.py", line 1, in
import sys, json, requests, os
ImportError: No module named requests