Table of Contents
Instagram Redact is used to remove your digital footprint from Instagram. This tool allows you to remove your activity from Instagram.
Instagram's in-built feature to remove your digital footprint from Instagram is not good. It has a lot of rate limits and the official client doesn't allow you to perform more than 100 actions. Hence, this tool was developed to facilitate the process of removing your activity from Instagram
You can currently run this tool on your local machine.
- Python >= 3.9
-
Clone the repo
git clone https://github.com/sudoAlphaX/instagram-redact.git
-
Change to the directory
cd instagram-redact
-
Create a Python virtual environment
python -m venv venv
-
Activate the virtual environment
venv\Scripts\activate.bat
-
Install required packages
pip install -r requirements.txt
-
Rename sampleconfig.ini to config.ini and fill in the details
-
Under the
[tasks]
section of config.ini, set whether to fetch the liked posts list from Instagram, or use Instagram export file (How to use export file?) -
Activate virtual environment
venv\Scripts\activate.bat
-
Run main.py
- You can create a task to run the main.py on system startup:
- Unlike all liked posts
- Unlike posts from export file
- Delete all comments
- Unlike all liked comments
- Unsend all messages in a chat
- Delete all comments on your post
- Delete all posts
- Delete all individual type of post (Photo, Video, Reel, etc)
- Delete all highlights
- Delete all collections
- Simplified Login Process
- Multi-account support
- Uninterrupted running
- Cloud server support
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Alpha - @sudoAlphaX
Repo Link: https://github.com/sudoAlphaX/instagram-redact