Advertisement

Responsive Advertisement

Mass reporting tool - Instagram | With Practical

In today's blog post, we are going to see how hackers report any Instagram account and mass report to the This project streamlines the reporting of an Instagram account by utilizing a script written in Python and Selenium.



Installation

1. Download the Repository

Download the project to your computer.


2. Install Dependencies

Install the required Python libraries using pip:


  pip install -r requirements.txt

  



3. Configuration

Create a config.json file in the project directory with the following structure:


{
  "username": "your_instagram_username",
  "password": "your_instagram_password"
}
  



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:



python reporter.py
  


All Files Download links


Practical

Post a Comment

1 Comments