Unrequester
This python code unrequests all your follow requests on Instagram, using selenium.
Everything's step-by-step and understanding it is like a piece of cake, so it can be used to learn how to work with selenium.
Getting started:
- Clone or download this repository.
- Install selenium:
pip install selenium
-
Write your username and password in login_data.ini.
If you're using Windows and Firefox or Chrome, go to the 6th step, else:
-
Download your favourite browser driver from:
-
Paste driver in your project directory.
-
Run Main.py.
You can learn how to get the XPath from here.
Thank to nabegheha.