An Instagram crawler for fetching a profile.
** Note:- Fetching followers and following for now. Setup for the limit of 999
Install all dependencies
pip install -r requirements.txt
Fetch the list of followers and following and store the result in excel file
python3 main.py --username <your_insta_username> --pwd <your_insta_password>
python3 main.py --username <your_insta_username> --pwd <your_insta_password> --stalk <username_of_profile>