Skip to content

Tried to see accounts who do not follow back on Instagram (Learn-by-doing mini project)

Notifications You must be signed in to change notification settings

mertakcin/Selenium-NotFollowedBack-Users-in-Instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium-NotFollowedBack-Users-in-Instagram

Using Selenium to see notfollowedback users on Instagram (Learn-by-doing mini project)

You need to install;

In addition, you need to add the directory of geckodriver.exe(comes from the extraction of zip file) to PATH variable. Otherwise, It won't work.

  • loginInfo.py = You need to enter your username and password like;

    username = "jonathan"

    password = "livingston"

  • get_all_subscribers.py = This script will create a txt file that contains all of your followers on Instagram

  • get_all_followings.py = This script will create a txt file that contains all of your followings on Instagram

  • comparison.py = This script will compare txt files generated by the scripts above, and print the users who do not follow back.

    I tried to explain the steps with comments in get_all_followings.py file. Happy Coding!

About

Tried to see accounts who do not follow back on Instagram (Learn-by-doing mini project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages