Skip to content
/ insti Public

Instagram stats collector and basic post publisher

Notifications You must be signed in to change notification settings

aldor007/insti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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