Instagram Follow Spy

O script é um web scraper para o Instagram web, onde permite descobrir quem não segue você e quem você não segue de volta com uma interface agradável e intuitiva. Também, é possível conferir a última analise realizada.

Você precisará instalar uma extensão como Tampermonkey, Greasemonkey ou Violentmonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey ou Violentmonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey ou Userscripts para instalar este script.

Você precisará instalar uma extensão como o Tampermonkey para instalar este script.

Você precisará instalar um gerenciador de scripts de usuário para instalar este script.

(Eu já tenho um gerenciador de scripts de usuário, me deixe instalá-lo!)

Advertisement:

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

(Eu já possuo um gerenciador de estilos de usuário, me deixar fazer a instalação!)

Advertisement:

Autor
cjambrosi
Instalações hoje
0
Total de instalações
203
Avaliações
0 0 0
Versão
1.0.5
Criado
01/07/2025
Atualizado
08/05/2026
Tamanho
83,1 KB
Compatibilidade
Compatível com Firefox Compatível com Chrome Compatível com Safari Compatível com Edge
Licença
MIT
Aplicável a
Instagram Follow Spy

Instagram Follow Spy

repository-template-button

A web scraper script for Instagram Web that allows you to find out who doesn't follow you and who you don't follow back, all through a pleasant and intuitive interface. You can also view the most recent analysis performed.

Motivation

I took part as an instructor in a programming training program at a company where I worked. The focus of the challenge wasn’t on the functionality itself, but rather on showing beginners how to manipulate the DOM using Vanilla JS, through web scraping techniques.

Usage

In your browser, install a script manager extension.

Suggestions:

Install from GreasyFork (Recommended)

Go to the script page on GreasyFork, then click the "Install this script" button and follow the installation process in your extension.

Install from GitHub

Click on file script.user.js, then click Raw button to install it.

Contributing

Contributors are welcome! :metal:

Please check out the CONTRIBUTING.

You can also:

  • Give a star in this repository
  • Share this project and recommending it to your friends

Examples

Usage examples.

Finding the Selector for the User List Container

Typically, the selectors are the same for both the Followers modal and the Following modal.

  1. Open the Followers or Following modal;
  2. Inspect the element and find the main div of the modal;
  3. Go down until you find the div responsible for the scroll;
  4. Copy the style classes and replace them in the FOLLOWERS_MODAL_LIST_CONTAINER_SELECTOR and FOLLOWING_MODAL_LIST_CONTAINER_SELECTOR variables. Remember to keep the div selector together with the classes.

Step by step: modal-list-container-selector