Skip to content

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.

Notifications You must be signed in to change notification settings

abhi5658/insta_followers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 >

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages