{"id":20839324,"url":"https://github.com/kennethkn/instagram-activities-wipe","last_synced_at":"2025-05-08T21:35:21.778Z","repository":{"id":225893557,"uuid":"767154876","full_name":"kennethkn/instagram-activities-wipe","owner":"kennethkn","description":"Wipe Instagram comments/likes with Selenium Python","archived":false,"fork":false,"pushed_at":"2024-05-08T12:38:33.000Z","size":888,"stargazers_count":17,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-08T13:39:29.387Z","etag":null,"topics":["chrome-webdriver","instagram","instagram-bot","instagram-tool","python","selenium-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kennethkn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-04T19:54:42.000Z","updated_at":"2024-05-08T12:38:36.000Z","dependencies_parsed_at":"2024-03-04T21:12:08.904Z","dependency_job_id":"0e594d33-7198-4dce-8a0b-eefc685d6589","html_url":"https://github.com/kennethkn/instagram-activities-wipe","commit_stats":null,"previous_names":["kennethkn/delete-all-instagram-activity","kennethkn/instagram-activities-wipe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennethkn%2Finstagram-activities-wipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennethkn%2Finstagram-activities-wipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennethkn%2Finstagram-activities-wipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennethkn%2Finstagram-activities-wipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kennethkn","download_url":"https://codeload.github.com/kennethkn/instagram-activities-wipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225110501,"owners_count":17422412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-webdriver","instagram","instagram-bot","instagram-tool","python","selenium-python"],"created_at":"2024-11-18T01:13:19.824Z","updated_at":"2024-11-18T01:13:20.332Z","avatar_url":"https://github.com/kennethkn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# instagram-activities-wipe\n\nWipe Instagram comments/likes with Selenium automation in Python.\n\nInstagram 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.\n\n\u003cimg src=\"demo.png\" alt=\"Demo\"\u003e\n\n**Hope it helps!** Star this repo to save it for later :wink:\n\nDisclaimer: 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.\n\nUpdate 05/05/24:\n\n- You can now continue running the script after the rate limit has been reached. The script will automatically resume after it detects the rate limit has been lifted.\n- Combined into one script.\n\nUpdate 03/17/24:\n\n- I have noticed Instagram imposes rate limits on the number of actions you can perform in a given time period. The script will tell you if you have hit the rate limit, and if so, you can try running the script a few hours later.\n- Also, the script has been updated to use the same browser profile on every run so you don't have to log in every time (to avoid suspicion from Instagram).\n\n## Prerequisites\n\n- [Python 3.x](https://www.python.org/downloads/)\n  - Using brew: `brew install python`\n- [Chrome](https://www.google.com/intl/en_us/chrome/)\n  - Using brew: `brew install chrome`\n- [ChromeDriver](https://chromedriver.chromium.org/downloads)\n  - Using brew: `brew install chromedriver`\n- English as your Instagram interface language\n\n## Usage\n\n1. Clone this repository\n2. Optional: Use a venv\n\n    - macOS/Linux:\n\n      ```shell\n      python -m venv venv\n      source venv/bin/activate\n      ```\n\n    - Windows:\n\n      ```shell\n      python -m venv venv\n      .\\venv\\Scripts\\activate\n      ```\n\n3. Install the required dependencies\n\n    ```shell\n    pip install -r requirements.txt\n    ```\n\n4. Run the script\n\n    ```shell\n    python script.py\n    ```\n\n    The script logs its progress in the terminal and provides instructions as it runs, so simply follow them.\n\n5. Give the repo a star if it helped!\n\n## Is it safe?\n\nLook at the code ([script.py](script.py)). Look at my [LinkedIn](https://www.linkedin.com/in/kenneth-kwan-6bb396262). I am a good guy.\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennethkn%2Finstagram-activities-wipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkennethkn%2Finstagram-activities-wipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennethkn%2Finstagram-activities-wipe/lists"}