Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fyko/wordle-stats

Collect and parse Wordle game share content and make pretty graphs
https://github.com/fyko/wordle-stats

nom rust twitter wordle

Last synced: about 1 month ago
JSON representation

Collect and parse Wordle game share content and make pretty graphs

Awesome Lists containing this project

README

        


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](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.
1. `./y.sh dev up` to start Prometheus and Grafana.
2. 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.