StoppedFollowing is a Python app designed to help you identify individuals who have unfollowed you on Instagram.
- Python (>= 3.11)
- Poetry (>= 1.7.0)
-
Clone the project:
git clone https://github.com/francescoparra/StoppedFollowing.git cd project_folder
-
Install dependencies:
poetry install
-
Copy
.env.sample
to.env
and insert your Instagram credentials. -
Run the project in your console:
poetry run python app.py
The first time you run the app, it creates and populates previous_time_followers.json
with your current followers. Subsequent runs compare your current followers with the saved data, creating and then updating unfollowed_you.json
with unfollower information in descending order by date.
This project is licensed under the MIT License.