Skip to content

Python script for tracking and recording activity of a single Instagram account. Gathers posts, stories, likes, comments, followers, followings, and timestamps and writes them into a database.

License

Notifications You must be signed in to change notification settings

vaseesav/insta-mon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

Construction work in progress! Still restructuring!

As a result of the restructuring, many functions have been eliminated.

Not working as of now!

insta-mon

Python script for tracking and recording activity of a single Instagram account. Gathers user data, posts, stories, likes, comments, followers, followings, and timestamps and writes them into a database.

Features

  • Instagram monitoring
    • profiles (posts, stories, likes, etc)
  • SQLite Database
    • Tables: target, posts, stories, followings, followers)
  • User login
    • soon

Usage

To run the script, you will have to parse the target username as an arguement.

  • "python3 main.py -t username" or "python3 main.py --target username"

You can use an Instagram account to log into:

  • "python3 main.py [...] -l username:password" or "python3 main.py [...] --login username:password"

Authors

Please Note

Please note that this script is for theoretical purposes only and should not be used in real-world applications. If you choose to use this script, it is your responsibility to ensure that it complies with Instagram's terms of service. We recommend reviewing these terms before using this script or any other tools related to Instagram.

Libraries

Soon

  • SQLite: Tables - posts, stories, followings, followers
  • logging
  • param target selection

About

Python script for tracking and recording activity of a single Instagram account. Gathers posts, stories, likes, comments, followers, followings, and timestamps and writes them into a database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages