We stream Twitter filtering tweets with the word Wordle
, run a parser over each one, and report the positive hits.
- Rename
.env.example
to.env
and update the necessary fields. ./y.sh dev up
to start Prometheus and Grafana.- Run
envup && cargo run
to start the Twitter listener.
You can access Grafana at http://127.0.0.1:3030.
At the time on initial commit, running the listener in Docker is not supported.