File size: 428 Bytes
7173dec 6afa8db 7173dec 6afa8db |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
---
title: Hypercycle Bot
emoji: 🤖
colorFrom: pink
colorTo: red
sdk: gradio
sdk_version: 5.29.1
app_file: app.py
pinned: false
license: mit
---
# Hypercycle Bot
A simple Telegram bot that responds to commands and runs scheduled tasks.
## Setup
- Set the `TELEGRAM_TOKEN` in the Hugging Face Space settings.
- The bot starts automatically after deployment.
## Requirements
- python-telegram-bot==20.7
- schedule==1.2.1 |