Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dkmlv/countdown-tg-bot
- Owner: dkmlv
- License: mit
- Created: 2022-01-22T05:15:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T13:19:45.000Z (almost 3 years ago)
- Last Synced: 2024-06-28T11:34:58.343Z (5 months ago)
- Language: Python
- Homepage: https://t.me/countdownTgBot
- Size: 59.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```