Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavanjadhaw/instats
instagram stats
https://github.com/pavanjadhaw/instats
instagram instagram-stats nodejs scraper
Last synced: about 8 hours ago
JSON representation
instagram stats
- Host: GitHub
- URL: https://github.com/pavanjadhaw/instats
- Owner: pavanjadhaw
- License: mit
- Created: 2019-04-07T06:49:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:36:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T22:02:08.223Z (over 1 year ago)
- Topics: instagram, instagram-stats, nodejs, scraper
- Language: JavaScript
- Homepage: https://instats.now.sh/_pavanjadhaw
- Size: 317 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Get stats for instagram username
#### why?
Instagram doesnt provide any api to easily get user stats, this might be helpful for tracking no of followers over time or plotting them against graph using cron job or whatever
#### usage
GET [`https://instats.now.sh/username`](https://instats.now.sh/_pavanjadhaw)
```json
{
"followers": "64",
"following": "229",
"posts": "3"
}
```
#### acknowledgements
thanks to [icons8](https://icons8.com) for hero image
#### license
MIT © [pavanjadhaw](https://github.com/pavanjadhaw)