Skip to content

kebinate9/insta_followers_checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oxy_insta_followers_checker


Oxy_insta_followers_checker

Static Badge


Static Badge Static Badge Static Badge


Instructions 😌

This Python program is used to find the Instagram profiles that you are following but that have not followed you back. To find those accounts, you need to run "finder.py". Once it finishes, you will get a ".txt" file containing the profiles that have not followed you back. Then you can run "unfollower.py" to unfollow those profiles. If you want to keep following some of those profiles, simply remove their usernames from the ".txt" file before running "unfollower.py".


How to install ?

  1. Download repo.

    git clone https://github.com/oxytannOxy/insta_followers_checker.git
  2. Go to the folder.

    cd insta_followers_checker
  3. Create the .env file.

    Inside the "insta_followers_checker" folder, create a ".env" file using a text editor app or terminal. In that file, write your "email", "password", and "Instagram username" that you need to log in to your Instagram account. Like this...

    Ex :-

    EMAIL=YourEmail
    PASSWORD=YourPassword
    UNAME=YourUsername

    Remember do not put spaces arround the "=" sign and do not skip any of this.

  4. Then Install requirements.

    pip install -r requirements.txt
  5. Find out who unfollowed you run...

    python finder.py
  6. To unfollow them run...

    Please read the instructions before use

    python unfollower.py

Credits

Static Badge

Oxytann 😌

About

Let's find who unfollowed you

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%