This script automates the process of reporting a user on Instagram for violating the platform's community guidelines.
- Automation: Automatically logs in to your Instagram account and reports a specified user multiple times.
- Customization: Allows you to specify your Instagram credentials, the user ID of the account to report, and the number of reports to file.
- Ease of Use: Simple setup with clear step-by-step instructions.
- Flexibility: Supports running the script via different methods (
python igban.py
,python -m igban
, or inline script execution). - Educational Purpose: Designed for learning about web scraping and API interaction with Instagram.
- Contributions: Open to contributions and improvements from the community.
- License: Released under the MIT License for open usage and modification.
- A valid Instagram account with the necessary permissions to report other users.
- Python installed on your system.
requests
library for Python installed (pip install requests
).
Clone this repository to your local machine:
git clone https://github.com/reblox01/InstaReport.git
cd InstaReport
Install the required Python libraries:
pip install requests
Open the igban.py
script in a text editor and modify the following variables with your information:
your_username
andyour_password
: Your Instagram login credentials.user_id_to_report
: The Instagram user ID of the user you want to report.- You can find the user ID by examining the URL of the user's profile page. For example, in the URL
https://www.instagram.com/username/
, theuser ID
is the number after/p/
.
- You can find the user ID by examining the URL of the user's profile page. For example, in the URL
num_reports
: The number of times you want to report the user.
Execute the script using one of the following methods:
python igban.py
python -m igban
python -c "import igban; igban.main()"
Upon execution, the script will log in to your Instagram account and report the specified user the number of times indicated.
This tool is intended for educational purposes only. Misuse of this tool to harass or harm others is strictly prohibited. Always ensure your actions comply with Instagram's community guidelines and terms of service.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
If you find this project helpful and would like to support its development, you can buy me a coffee:
Thank you to everyone who has supported and contributed to this project. Your feedback and assistance are invaluable.
Note: Ensure you are fully aware of Instagram's community guidelines and terms of service before using this tool. Misuse may result in your account being suspended or banned.