Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tessmore/telegram-chat-wordle-parser
Parses Telegram chat export for shared Wordle scores
https://github.com/tessmore/telegram-chat-wordle-parser
Last synced: 21 days ago
JSON representation
Parses Telegram chat export for shared Wordle scores
- Host: GitHub
- URL: https://github.com/tessmore/telegram-chat-wordle-parser
- Owner: Tessmore
- License: mit
- Created: 2024-07-25T07:00:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T13:42:20.000Z (5 months ago)
- Last Synced: 2024-07-27T14:52:45.101Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
README
======Parses Telegram chat export for shared Wordle scores.
## Setup:
1. Export your chat (history) in Telegram
2. Copy the `messages*.html` over to the `export/` folder that you want to parse## Installation:
* Install `pipx` (https://pipx.pypa.io/stable/installation/)
* Install Poetry (https://python-poetry.org/docs/#installing-with-pipx)```
pipx install poetry
```* Install dependencies:
```
poetry install
```## Usage
Extract scores from all `./export/*` files
```
poetry run python main.py export | sort -V &> ./output/scores.csv
```