Skip to content

johnlinp/telegram-good-timing-bot

Repository files navigation

Good Timing Bot Build Status

It is a Telegram Bot to help you find a good timing to do things.

Example

example screenshot

What Can Be a "Timing"?

Good timings can be:

  • "when i am bored"
  • "when i am hungry"
  • "when i want to read"

and more, whatever you want.

How to Run Locally

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

About

The bot will find a good timing for you to do things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published