Instagram Follow Spy

The script is a web scraper for Instagram web, where you can find out who doesn't follow you back and who you don't follow back, with a pleasant and intuitive interface. You can also check the last analysis performed.

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
cjambrosi
日安装量
0
总安装量
73
评分
0 0 0
版本
1.0.4
创建于
2025-07-01
更新于
2025-11-20
大小
82.9 KB
兼容性
与 Firefox 兼容 与 Chrome 兼容 与 Safari 兼容 与 Edge 兼容
许可证
MIT
适用于
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