- Open command line or terminal. Paste and run following line.
git clone https://github.com/mHassan11/Instagram-Follower-Tracker.git
- Open command line or terminal in the tool directory.
pip install -r requirements.txt
- Install chrome webdriver which is compatible with your browser & place it in the root directory of project with name "chromedriver.exe"
- Edit config.cfg with 'username' and 'password' of your insta profile, stored under [creds] section in this file.
- To run the tool, use the following command.
python instaTracker.py
This tool is based on python language This tool uses path of the HTML elements to interact with browser, so the app's behavior is subject to change according to the changes in official website of Instagram.
Modification of the repository here.