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.
- Clone repo and cd:
git clone https://github.com/Suleman-Elahi/FollowRequestsRemover && cd FollowRequestsRemover
- Install dependencies:
pip3 install pyqt5 requests
- Run app:
python cfr.py
Run it like this on any platform.
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.
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