why op should use pyton ? is that ok to use c++ or php?Now that we have the bot files on your Pi we have to install them. For that we need Python and PIP.
Code:
sudo apt-get update
sudo apt-get install python python-pip
When the raspberry is done installing you can navigate to the Instabot folder. Here we should be able to find the requirements.txt file.
I did all the stuff above, but I can't navigate to the instabot folder... there is no requirements.txt file
if you change the variables such as likes per day or follows to something over what the defaults are set to, then yes, youre likely to be banned as you are "too active" to be humanly realistic. if you keep everything in check and realsitic, you shouldnt get bannedcan you get banned using this bot?
can you get banned using this bot?
why op should use pyton ? is that ok to use c++ or php?
It's a python script. The OS doesn't really matter as long as you can install pythonIs it possible to run this bot on a headless remote server with Ubuntu 16.04 instaled?
Would the way to install it be approximately the same or do you know of a tutorial that shows how to install and operate it on a remote headless server with Ubuntu 16.04 installed on it?
Thanks for this script. Managed to get it to work on Windows and on my Synology NAS, after solving the JSON-error.
Now I would still like to install it on a remote headless-server. But the server always gives a login-error. Tried everything yet, but haven't found a solution yet. Maybe it's because the server is in another country.
How do you verify the IP-adress?The reason for this could be the Instagram security reasons. Perhaps you have to verify the IP address from your remote server. I had this problem once.
Usually this is just through your Instagram account.How do you verify the IP-adress?
Could you try and write the following code?Hello, first off, thanks a bunch for sharing. I'm getting an error when trying to run the script. If someone can help me out it would be most appreciated.
python/home/pi/bot/instabot.py/example.py
Traceback (most recent call list):
File "/home/pi/bot/instabot.py/example.py", line 6, in <module> from src import InstaBot
File "/home/pi/bot/instabot.py/src/__init__.py", line 1, in <module> from .instabot import InstaBot
File "/home/pi/bot/instabot.py/src/instabot.py", line 22, in <module> ImportError: No module named fake_useragent
Thanks in advance! John
sudo pip install fake_useragent
Hey, thanks for your help. I did that and now is giving me a different error.Could you try and write the following code?
Code:sudo pip install fake_useragent
This should install the required module. If the problem is not solved feel free to ask again.