Skip to content

kricha/insta_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9569faf Β· Apr 9, 2018

History

33 Commits
Jul 31, 2017
Jul 31, 2017
Jan 28, 2018
Jul 31, 2017
Jan 28, 2018
Oct 6, 2017
Jan 28, 2018
Jan 28, 2018
Apr 9, 2018
Jun 22, 2017

Repository files navigation

Instagram bot 😎

phantom

NEED TO KNOW:

Always use latest version of insta_browser PyPI 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.

Releases

No releases published

Packages

No packages published

Languages