Skip to content
forked from ohld/igbot

Instagram bot scripts and API wrapper. Made without an official API.

License

Notifications You must be signed in to change notification settings

Killerherts/instabot

 
 

Repository files navigation

instabot

Cool instagram scripts and API wrapper. Written in Python.


As you may know, Instagram closed it's API in summer 2016. This Python module can do the same thing without any effort.

If you have any ideas, please, leave them in issues section.

Your Contribution and Support through Stars will be highly appreciated.

How to install

Install latest stable version from pip

pip install -U instabot

Or from github

pip install git+git://github.com/ohld/instabot.git

If you have problems like "some package not found" try

pip install -r requirements.txt

Sample usage

import instabot
api = instabot.API()
api.login()
api.follow('ohld')
api.logout()

How to run

Choose any example from examples and run

python example.py

Implemented methods

API

  • login / logout
  • like / unlike
  • follow / unfollow
  • comment

API info getters

  • get_profile_info
  • get_following
  • get_user_id_by_username

Examples

Bot

  • subscribe_to_following.py

subscribes to person's following

  • unfollow_non_followers.py

unsubscribes from persons that are not follow you

Statistics

  • save_my_stats.py

Saves every hour to track your growth

  • save_my_following.py

Saves your followings list into *.tsv format

More information you can find in examples folder.


inspired by @mgp25 and @LevPasha

About

Instagram bot scripts and API wrapper. Made without an official API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%