Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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