ricardojoserf / instagram-followers-bot

A bot for Instagram. You can follow users using a tag or in a specific location, unfollow those who dont follow-you-back, and follow-back those who follow you
483 stars 113 forks source link

Does note work here #16

Closed yuriccosta closed 4 years ago

yuriccosta commented 4 years ago

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

ricardojoserf commented 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

TEKKEN199 commented 4 years ago

في اثنين، ٣١ أغسطس، ٢٠٢٠ في ١٢:٣٧ ص، كتب 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 .

TEKKEN199 commented 4 years ago

في اثنين، ٣١ أغسطس، ٢٠٢٠ في ١٢:٤٢ ص، كتب 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 .

yuriccosta commented 4 years ago

Thanks man, its working Actually i Discover that with python 3 i need to install requests_toolbelt.

ricardojoserf commented 4 years ago

Glad to hear it is working! I will close the issue :)