Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fyko/wordle-stats
- Owner: Fyko
- License: mit
- Created: 2022-03-06T06:28:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T00:42:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-23T05:01:40.753Z (3 months ago)
- Topics: nom, rust, twitter, wordle
- Language: Rust
- Homepage:
- Size: 203 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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.