Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```