A script that helps you identify users that do not follow you back on Instagram. Written in Python 3.10 and uses Playwright and aiohttp.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.10 or later
- Playwright
- aiohttp
- Clone the repository to your local machine
git clone https://github.com/Hyperx837/unfollower.git
- Navigate to the cloned repository
cd instagram-unfollower
- Install the required packages
pip install -r requirements.txt
- Run the script (Don't use -c if you already have a file named
credentials.py
with username and password)
python instagram.py -c
This script was initially started with scrapy, there's a separate script with scrapy. This script will be completed later.
- Python 3.10 - Programming language
- Playwright - Automated browser testing
- aiohttp - Asynchronous HTTP library
Feel free to fork the repository and submit a pull request.
- Hat tip to anyone who's code was used
- Inspiration
- etc