Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 345 Bytes

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