kennethkn / instagram-activities-wipe

Wipe Instagram comments/likes with Selenium Python
MIT License
25 stars 1 forks source link
chrome-webdriver instagram instagram-bot instagram-tool python selenium-python

instagram-activities-wipe

Wipe Instagram comments/likes with Selenium automation in Python.

Instagram does not provide a "Select All" button for deleting comments and likes. Users are forced to manually select each like and comment to delete them. This script automates that process.

Demo

Hope it helps! Star this repo to save it for later :wink:

Disclaimer: This script is for educational purposes only. Use at your own risk. I am not responsible for any actions taken against your account by Instagram.

Update 05/05/24:

Update 03/17/24:

Prerequisites

Usage

  1. Clone this repository

  2. Optional: Use a venv

    • macOS/Linux:

      python -m venv venv
      source venv/bin/activate
    • Windows:

      python -m venv venv
      .\venv\Scripts\activate
  3. Install the required dependencies

    pip install -r requirements.txt
  4. Run the script

    python script.py

    The script logs its progress in the terminal and provides instructions as it runs, so simply follow them.

  5. Give the repo a star if it helped!

Is it safe?

Look at the code (script.py). Look at my LinkedIn. I am a good guy.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.