Skip to content

blackdev1l/ritalobot

Repository files navigation

ritalobot Alt text

telegram bot written in golang which uses Markov Chain stored in redis

Installation

you need golang >= 1.3 and redis installed on your machine.
go get github.com/blackdev1l/ritalobot

Usage

flags

flag | default | help
-c="./config.yml": path for ritalobot config
-conn="tcp": type of connection and/or ip of redis database
-p=6379: port number of redis database
-token="": authentication token for the telegram bot

config file

create a config.yml or rename example.yml editing the variables. make sure to have redis-server started.

TODO

  • Flags
  • yaml config
  • increase / decrease chance from command
  • better Markov chain
  • command to start or stop bot

works on my machine

About

telegram bot written in golang which uses Markov Chain stored in redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages