Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 2.24 KB

README.md

File metadata and controls

81 lines (51 loc) · 2.24 KB

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 😌