Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.17 KB


Sweepgram

Current version: 1.0

language-php license-mit maintained-yes

Description

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.

Instructions

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.

Requirements:

  • PHP ^8.2
  • Zip extension
  • Composer