telegram bot written in golang which uses Markov Chain stored in redis
you need golang >= 1.3 and redis installed on your machine.
go get github.com/blackdev1l/ritalobot
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
create a config.yml
or rename example.yml
editing the variables.
make sure to have redis-server started.
- Flags
- yaml config
- increase / decrease chance from command
- better Markov chain
- command to start or stop bot