Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dkmlv/countdown-tg-bot

A very simple countdown Telegram bot
https://github.com/dkmlv/countdown-tg-bot

Last synced: 3 months ago
JSON representation

A very simple countdown Telegram bot

Awesome Lists containing this project

README

        

[![Telegram](https://img.shields.io/badge/telegram-%40countdownTgBot-blue)](https://t.me/countdownTgBot)

# Countdown Telegram Bot

This is a simple countdown bot that allows users to create countdowns and keep track of how much time is left.

## What can this bot do?

- Create countdowns for anything you want
- ~~Give you a shot of anxiety every day~~
- Send daily countdown reminders
- Manage all your countdowns

## Installation

Edit the `.env.example` file and then rename it to `.env`. Create your `redis.conf` file in the root folder of the repository (an example is provided, see `redis-example.conf`).

Then just run the following in your terminal:

```sh
docker-compose up -d
```