Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 613 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 613 Bytes

Stalker-Insta

An Instagram crawler for fetching a profile.

** Note:- Fetching followers and following for now. Setup for the limit of 999

Setup the script

Install all dependencies

pip install -r requirements.txt

Fetch Followers and Following

Fetch the list of followers and following and store the result in excel file

Get your own followers and following list

python3 main.py --username <your_insta_username> --pwd <your_insta_password>

Stalk A profile

python3 main.py --username <your_insta_username> --pwd <your_insta_password> --stalk <username_of_profile>