Once the script starts, you’ll be prompted to enter the username of the Instagram account you want to report.
How It Works
Launch Chrome: The script initializes a Chrome browser instance using Selenium.
Login Process:
Opens the Instagram login page.
Inputs the username and password from the config.json file.
Handles cookies and login prompts automatically.
Reporting Loop:
Navigates to the target user’s profile.
Automates the reporting process by simulating user interactions.
Loops the reporting action continuously.
Warnings
Ethical Use: This script is for educational purposes only. Misusing this script to harm or harass others violates Instagram’s policies and may have legal consequences.
Liability: The author of this script is not responsible for any misuse or resulting consequences.
Troubleshooting
Common Errors
ElementNotInteractableException: Ensure the XPaths in the script match Instagram’s current DOM structure. Instagram’s interface may update, requiring you to adjust the XPaths.
WebDriverException: Confirm that ChromeDriver is compatible with your installed version of Chrome.
Debugging Tips
Use the headless=False option in the script to visually inspect the browser’s actions.
Update ChromeDriver and dependencies to their latest versions.
Contributing
Contributions to improve this project are welcome. Feel free to submit a pull request or open an issue for suggestions or bug fixes.
Disclaimer
This project is not affiliated with or endorsed by Instagram. Use at your own risk, and respect the platform’s terms and community guidelines.
Instagram Reporter Bot
This project automates the process of reporting an Instagram account through a script using Python and Selenium.
Features
Requirements
To use this script, ensure you have the following installed on your system:
Installation
1. Download the Repository
2. Install Dependencies
Install the required Python libraries using pip:
3. Configuration
Create a
config.jsonfile in the project directory with the following structure:4. Set Up ChromeDriver
Download ChromeDriver from https://chromedriver.chromium.org/ and ensure it is in your system’s PATH or in the project folder.
Usage
Run the Script
To start the script, execute the following command in your terminal:
Media
https://github.com/user-attachments/assets/8813c21a-04c2-43fb-9653-a5b01c3076e0
Enter the Username to Report
Once the script starts, you’ll be prompted to enter the username of the Instagram account you want to report.
How It Works
config.jsonfile.Warnings
Troubleshooting
Common Errors
Debugging Tips
headless=Falseoption in the script to visually inspect the browser’s actions.Contributing
Contributions to improve this project are welcome. Feel free to submit a pull request or open an issue for suggestions or bug fixes.
Disclaimer
This project is not affiliated with or endorsed by Instagram. Use at your own risk, and respect the platform’s terms and community guidelines.
License
This project is licensed under the MIT License.