Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaMonitor

InstaMonitor is a tool that allows you to monitor your Instagram followers.
You can see if some peoples have unfollowed your account, or if they force you to unfollow theirs.
On each execution, the script save the results in the local file, to allow you to keep each dates for each new actions.

💡 Prerequisite

🛠️ Installation

With Github

git clone https://github.com/shader69/instamonitor.git
cd instamonitor/
python setup.py install

📚 Usage:

Run the app in Python console

from instamonitor.core import main

# Set variables
targeted_username = 'username'
connected_user_session_id = None

# Execute main function
main(targeted_username, connected_user_session_id)

Or in terminal

instamonitor -s [sessionid]
python instamonitor/demo.py

📈 Example of result

Username I follow him He follow me Last check date
j.doe True True
shelly_munoz True False 2022-08-24
dennismoore False True
brown__j False False TODAY
tracywalton31 True False

Color code:

  • RED : you follow this user, but he doesn't follow you
  • YELLOW : this user follow you, but you don't follow him

📚 To retrieve the instagram sessionID

Thank you to :

About

Monitor your Instagram followers.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages