/insta_followers

The code opens web browser and logins to instagram with credentials stored in 'secret.py'. Fetches the list of users that you follow and your followers and returns back the users which aren't following you back.

Primary LanguagePython

Instagram get followers list

This code opens web browser and logins to instagram with credentials stored in 'secret.py'.
Fetches the list of users that you follow and your followers and returns back the users which aren't following you back.

Steps to build:

  • Create virtual environment
    • virtualenv -p python3 venv
  • Activate environment
    • venv\Source\activate
  • Install selenium dependency in activated environment
    • pip3 install selenium
  • Download Chrome web driver for Windows x64
  • Run program inside activated environment
    • python main.py

Skipped future commits for secrets.py using git cmd

  • git update-index --skip-worktree < path-name >