InstaPurity is a robust command-line interface (CLI) tool, developed using GoLang, that empowers you to streamline your Instagram followers. The tool efficiently removes followers that are not included in your predefined whitelist. Keep your Instagram follower list pure and clutter-free with InstaPurity.
- Getting Started
- Building the Application
- Running the Application
- Development
- Contributing
- Contact
- Credits
Before you start, make sure you have Go installed on your system.
- Clone the repository:
git clone https://github.com/yourusername/InstaPurity-whitelist-unfollower.git
- Navigate into the project directory:
cd InstaPurity-whitelist-unfollower
You can build the application for different platforms using the provided Makefile.
make build-linux
This command will create a binary for Linux systems named InstaPurity.linux
in the ./bin
directory.
make build-win
This command will create an executable for Windows named InstaPurity.exe
in the ./bin
directory.
Once you've built the application, you can run it using the following command:
make run
This will execute the binary or executable file built in the previous step.
To run the program in development mode, use the following command:
make dev
This command will run the main.go
file in the ./cmd
directory.
Contributions are always welcome! Please read the contribution guidelines first.
For any queries or discussions, feel free to reach out on Telegram: ronnekeren.t.me
InstaPurity was developed by Honey Singh.
Made with ❤️ & Golang. Enjoy InstaPurity and happy coding!
Make sure to save the updated README file and commit the changes to your repository. The Markdown should now render correctly with the appropriate headings, code blocks, and links.