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.
- Python 3
- Instagram account for log in to this app
- Instagram account to target (can be the same one used for the connection)
git clone https://github.com/shader69/instamonitor.git
cd instamonitor/
python setup.py installfrom instamonitor.core import main
# Set variables
targeted_username = 'username'
connected_user_session_id = None
# Execute main function
main(targeted_username, connected_user_session_id)instamonitor -s [sessionid]python instamonitor/demo.py| 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 |
- RED : you follow this user, but he doesn't follow you
- YELLOW : this user follow you, but you don't follow him
