Skip to content

A Python Instagram CLI tool that traverses your Followers and Following lists using Selenium, and shows you the list of people that aren't following you back, and people you don't follow back too

License

Notifications You must be signed in to change notification settings

HariAcidReign/InstagramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

InstagramBot

A Python Instagram CLI tool that traverses your Followers and Following lists, and shows you the list of people who aren't following you back, and people who you aren't following back (Sneaky, i know)

IMPORTANT: To run this script, you must have Selenium and Chrome Driver already installed.

All you have to do before running the script in your terminal, is to replace the username and password blank values with yours. Also: In case you get any errors, check the XPATH causing the error, and replace it yourself with the one on the Instagram page Steps:

  • Right click on the element causing the error, and hit "Inspect Element"
  • Right click on the exact class of the element in question ->Copy -> Copy full XPATH
  • Replace the Path i typed with yours

This error is highly likely because Instagram often changes their front end.

Hope you like this small project! Cheers!

About

A Python Instagram CLI tool that traverses your Followers and Following lists using Selenium, and shows you the list of people that aren't following you back, and people you don't follow back too

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages