Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruancarllo/populaware
An algorithm to find which people don't follow you back on Instagram
https://github.com/ruancarllo/populaware
instagram social-network webscraping
Last synced: about 1 month ago
JSON representation
An algorithm to find which people don't follow you back on Instagram
- Host: GitHub
- URL: https://github.com/ruancarllo/populaware
- Owner: ruancarllo
- License: mit
- Created: 2023-07-04T14:19:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-21T21:16:03.000Z (10 months ago)
- Last Synced: 2024-03-21T22:28:29.585Z (10 months ago)
- Topics: instagram, social-network, webscraping
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Populaware
This JavaScript algorithm helps you find out which people don't follow you back on [Instagram](https://www.instagram.com).
Therefore, it tries to identify which users you follow, and which ones follow you, stores this data in a temporary memory, compares them and prints the desired result on the screen.
## Usage
To perform this analysis, access a user's Instagram account page on your computer, copy [this script](script.js) and paste it into your console, which can be accessed from the shortcut `CTRL + SHIFT + I`.
You can also type the [Uniform Resource Identifier](https://wikipedia.org/wiki/URI) `javascript:` in your search bar and paste the script directly on the page to run.
```
javascript: # Paste the script here
```