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

https://github.com/steffo99/markovgram

Parse GDPR-exported Telegram data and create markovify Texts
https://github.com/steffo99/markovgram

markovgram markovify python38 telegram

Last synced: 8 months ago
JSON representation

Parse GDPR-exported Telegram data and create markovify Texts

Awesome Lists containing this project

README

          

# `markovgram`

Parse GDPR-exported Telegram data and create [`markovify`](https://github.com/jsvine/markovify) NewlineTexts

## Commands

### Create models

```
markovgram
```

### Generate sample sentences from a model

```
markovgram-preview modelname
```

### Merge multiple models into a single one

```
markovgram-merge model1 model2 ...
```