Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 530 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 530 Bytes

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

Example usage

$ INSTA_USERNAME='user' INSTA_PASSWORD='password'  go run main.go -user USER_TO_OBSERVE -csvPath insta.csv

TODO

  • refactor