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:

  1. Clone or download this repository.
  2. Install selenium:

pip install selenium
  1. Write your username and password in login_data.ini.

    If you’re using Windows and Firefox or Chrome, go to the 6th step, else:

  2. Download your favourite browser driver from:

  3. Paste driver in your project directory.

  4. Run Main.py.

You can learn how to get the XPath .

Thank to nabegheha.

GitHub

View Github