unleashed-coding / uterus

a telegram bot that mimics you using markov chains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uterus

a telegram bot that mimics you using markov chains

Setup

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

About

a telegram bot that mimics you using markov chains


Languages

Language:Ruby 100.0%