Skip to content

sqdorte/uterus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 100.0%