insta_bot
insta_bot copied to clipboard
bot for some instagram automation
Instagram bot 😎

NEED TO KNOW:
Always use latest version of insta_browser package
Requirements
- python 2.7/3
- virtualenv
- ChromeDriver (‼️) intsa_browser package removed phantomjs support 🆘
Installation:
virtualenv env -p $(which python3) --no-wheel --no-setuptools
env/bin/pip install -r requirements.txt
Upgrade
After each git pull run command to update packages from requirements:
env/bin/pip install -r requirements.txt --upgrade
Usage
Feed liker 📃
insta_login=yourInstaLogin insta_password=yourInstaPassword env/bin/python like_my_feed.py
--debug - use for getting debug information in console
--count 10 - for liking just 10 posts from feed
Like posts until last liked.
User profile liker 👶
insta_login=yourInstaLogin insta_password=yourInstaPassword env/bin/python like_username.py
--username wakecupbar - indication what username profile to like (required)
--debug - use for getting debug information in console
--count 10 - for liking just 10 posts from profile
Like posts from user profile.
Location liker with auto-following 📍
insta_login=yourInstaLogin insta_password=yourInstaPassword env/bin/python like_location.py --auto_follow
--location 212898659/kyiv-ukraine/ - indication what username profile to like (required)
--debug - use for getting debug information in console
--count 10 - for liking just 10 posts from profile
--auto_follow - enable auto-following function
Like posts from location.
Tag liker #️⃣
insta_login=yourInstaLogin insta_password=yourInstaPassword env/bin/python like_tag.py
--tag python - indication what tag to like (required)
--debug - use for getting debug information in console
--count 10 - for liking just 10 posts from profile
--auto_follow - enable auto-following function
Like posts from tag.