This project is being mainted as a personal reminder/calendar. The current version was developed during 3 days on a sprint, so it's not as good as it should.
This bot helps you to remember all you need to do. The allowed commends are:
/todo 5m task /todo 1h task /todo 1d task
/todo 13/01 16:20 task
/todo task
/todo (list all tasks)
This project uses few envs, the development version of them are on
available inside an encrypted file named .env.development.gpg
.
This needs to be encrypted because of sensible variables, such as
TELEGRAM_TOKEN
.
If you need access, please read this blackbox-indoctrinate
section on it's repo and add your self as admin (you will need our
approvement). Otherwise, if you only needs to understand the variables needed,
it's available on .env.sample
.
docker-compose run bot
Of if you just need a playgrond:
docker-compose run bot bash
docker-compose run bot bundle exec rspec