Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.55 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.55 KB
trackgit-views

FollowRequestsRemover

Remove sent follow requests on Instagram with this tool here. May not work while removing large number of requests, but can try by changing the sleep interval from 5 to 10 seconds or more.

Created for learning and experimenting. A lot of things need polishing and there is a lot of room for the improvement as well, so PRs are welcome.

Getting started:

  1. Clone repo and cd: git clone https://github.com/Suleman-Elahi/FollowRequestsRemover && cd FollowRequestsRemover
  2. Install dependencies: pip3 install pyqt5 requests
  3. Run app: python cfr.py

Run it like this on any platform.

Binary Releases:

Self-contained binary releases can be downloaded from the Releases section. Just download and run them without installing Python or dependencies mentioned above.

Currently only Windows and Linux executables are there.

Screenshots:

image info

image info

Warning: Using Instagram like this may get your account banned, so proceed on your own risk.

Icon credits: iconscout

Note: I also created a Selenium version to remove sent follow requests and is safe and gets the job done but takes longer time. Try that here: https://github.com/Suleman-Elahi/Cancel_Instagram_Follow_Requests