Current version: 1.0
This tool can check who is not following you back on Instagram. Therefore you just need to download your follower and following data from Instagram as JSON format and submit the ZIP archive. The tool will then output a list of users that are not following you back.
First step is to clone or download the repository. After that you need to create your env file from the example file
copy .env.example .env
Now install all packages via Composer
composer install
Final step is to launch the web service
php asatru serve
You can now browse to http://localhost:8000/ in order to use the tool in your local environment.
- PHP ^8.2
- Zip extension
- Composer