Simple instagram bot written in python for automating tasks. Access to Instagram's API is based on https://github.com/LevPasha/Instagram-API-python.git project.
NOTE: To successfully parse for a long time you should verify your phone number in your Instagram account. The new fake Instagram account with an unverified phone number after ~ 1-24 hours could not do any requests. All requests will be redirected to the page instagram.com/challenge
-
Fork/Clone/Download this repo
git clone https://github.com/nullwriter/ig-actor.git
-
Navigate to the directory
cd ig-actor
-
Install the dependencies
pip install -r requirements.txt
-
Modify
bot/config/account.dist.txt
intoaccount.txt
and add your own username and password -
Navigate to the directory /bot/
cd bot
-
Run the script
python bot.py
-
Follow available options in terminal
-
Like;
-
Comment (WIP);
-
Get Comments;
-
Follow;
-
Get Hashtags;
-
Get Users;
-
Like Users images (marketing);
-
Comment Users images;
-
????