This program is designed to automatically accept follow requests on your Instagram account. To use it, you'll need to have an Instagram account and Python 3 installed on your computer. You'll also need to install a few Python packages, which are listed below.
- Clone the repository onto your computer.
- Install the required Python packages by running the following command in your terminal:
pip install PACKAGENAME
OR open the file in your IDE and install them through there.
- Open your terminal and navigate to the directory where you cloned the repository.
- Run the program by entering the following command in your terminal:
python main.py
OR run it in your IDE.
- The program will begin running and prompt the user to enter their Instagram login information.
- The program then automatically accepts any follow requests that are pending on your account.
- If you're running it in a terminal press ctlr + c to stop the program.
- You can view the progress of the program in your terminal. The program will display a message each time it accepts a new follow request.
- If you encounter any issues while running the program, feel free to reach out to me for support.
This program relies on the following Python packages:
- colorama
- halo
- InstagramAPI
- requests
- replit
These packages can be installed using pip, or with your IDE
This program is provided for educational purposes only. I am not responsible for any actions taken with this program, including but not limited to any violation of Instagram's terms of service. Use this program at your own risk.