Skip to content

maleksal/IGMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IGMonitor Generic badge

IGMonitor is a micro open source intelligence (OSINT) tool, written in python that tracks an instagram user followings, unfollowings, followers, unfollowers.

works best on small accounts

Installation:

# clone the repo
$ git clone https://github.com/maleksal/IGMonitor.git

# change the working directory to IGMonitor
$ cd IGMonitor

# move geckodriver to usr/local/bin
$ mv geckodriver usr/local/bin

# install the requirements
$ python3 -m pip install -r requirements.txt

create .env file

BASE_URL=INSTAGRAM_URL
IGUSERNAME=YOUR_INSTAGRAM_USERNAME
PASSWORD=YOUR_INSTAGRAM_PASSWORD

Usage:

Run App