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