Skip to content

a telegram bot that mimics you using markov chains

Notifications You must be signed in to change notification settings

unleashed-coding/uterus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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

Releases

No releases published

Packages

No packages published

Languages