It is a Telegram Bot to help you find a good timing to do things.
Good timings can be:
- "when i am bored"
- "when i am hungry"
- "when i want to read"
and more, whatever you want.
To run the server locally, you have to prepare the .env
file first:
$ cp .env.example .env
$ vim .env # to edit
After preparing the .env
file, you can start building a Docker image:
$ docker build -t telegram-good-timing-bot .
Then run it:
$ docker run --rm telegram-good-timing-bot