Skip to content

Extend Instagram functionality to keep an eye on things not available through the app itself.

Notifications You must be signed in to change notification settings

rohantilva/instagram-watch-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

instagram-watch-bot

Simple script that has functionality to give users an easy way to watch over their Instagram accounts.


Motivation

There are a few similar bots on Github. Unfortunately, most of these scripts only have options to DO things, rather than just VIEW them. For example, some scripts will automatically unfollow users who you follow but do not follow you back - in some cases, you may just want to view these profiles, rather than unfollow them immediately. This is especially true when it comes to following verified accounts; chances are they do not follow you back, so these script would cause you to unfollow these accounts. This script provides the read-only functionality that some other scripts lack.


Usage

python3 app.py <instagram_username> <instagram_password>

After running this script, you will be presented with a prompt that looks like the following:

1: List who you are following.
2: List who follows you.
3: List verified accounts that you follow.
4: List those who you follow but do not follow you back.
5: List those who follow you but you do not follow back.
6: List the like count and URL's of your posts that have recieved the most likes.

Choose an option and your results will be returned to your shell.


Outside Packages

Created using this really cool package. It can be installed by running:

pip install InstagramAPI

About

Extend Instagram functionality to keep an eye on things not available through the app itself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages