Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldor007/insti
Instagram stats collector and basic post publisher
https://github.com/aldor007/insti
go golang instagram statistics
Last synced: 16 days ago
JSON representation
Instagram stats collector and basic post publisher
- Host: GitHub
- URL: https://github.com/aldor007/insti
- Owner: aldor007
- Created: 2019-02-12T18:54:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T03:56:52.000Z (over 1 year ago)
- Last Synced: 2024-06-20T05:14:21.992Z (5 months ago)
- Topics: go, golang, instagram, statistics
- Language: HTML
- Homepage:
- Size: 223 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# insti
Very simple application for collecting Instagram stats (likes, comments, followers count) and post scheduler. It is still on
the early stage of development (frontend required a lot of attention).## Features
* export stats to csv
* expose stats for Prometheus
* silly post schedule with image crop## Grafana dashboard
![grafana](doc/grafana.png?raw=true "Title")## Example usage
```
$ INSTA_USERNAME='user' INSTA_PASSWORD='password' go run main.go -user USER_TO_OBSERVE -csvPath insta.csv```
## TODO
* refactor