This script checks the login credentials for Instagram accounts from a CSV file and saves the result in a separate CSV file.
- Python 3.x
- requests library
- CSV library
- Download the script.
- Install the required libraries using the command
pip install requests csv. - Run the script.
- Create a CSV file with the login credentials for the Instagram accounts. The first column should contain the password and the second column should contain the username.
- Run the script and enter the path to the CSV file when prompted.
- The script will check the login credentials for each account and save the result in a file named "InstagramResult.csv".
- Make sure to have a valid proxy configuration in the
proxiesvariables if you want to use one. - The headers in the
headersvariable may vary depending on the Instagram version. Update them accordingly to ensure the script works properly.
This script is licensed under the MIT License. For more information, see the License file.