a telegram bot that mimics you using markov chains
Put your token and the id of the channel you want the bot to work on in secrets.json
{
"token": "your_token_here",
"channel": 1234567890
}
or save them as environment variables
$ export token="your_token_here"
$ export channel=1234567890