Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 686 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 686 Bytes
Example Grafana Panel

Wordle Statistics

A cool program to create pretty graphs.

How does it work?

We stream Twitter filtering tweets with the word Wordle, run a parser over each one, and report the positive hits.

Okay, cool. How do I use it?

  1. Rename .env.example to .env and update the necessary fields.
  2. ./y.sh dev up to start Prometheus and Grafana.
  3. Run envup && cargo run to start the Twitter listener.

You can access Grafana at http://127.0.0.1:3030.

Note

At the time on initial commit, running the listener in Docker is not supported.