danielbrendel / sweepgram-web

Check who does not follow you back on Instagram!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

Check who does not follow you back on Instagram!

License:MIT License


Languages

Language:PHP 59.8%Language:Hack 19.5%Language:JavaScript 10.7%Language:SCSS 10.0%