Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
# Hypercycle Bot
|
2 |
|
3 |
-
A Telegram bot that
|
4 |
|
5 |
## Setup
|
6 |
-
|
7 |
-
|
8 |
|
9 |
## Requirements
|
10 |
- python-telegram-bot==20.7
|
11 |
- schedule==1.2.1
|
12 |
-
|
|
|
1 |
# Hypercycle Bot
|
2 |
|
3 |
+
A simple Telegram bot that responds to commands and runs scheduled tasks.
|
4 |
|
5 |
## Setup
|
6 |
+
- Set the `TELEGRAM_TOKEN` in the Hugging Face Space settings.
|
7 |
+
- The bot starts automatically after deployment.
|
8 |
|
9 |
## Requirements
|
10 |
- python-telegram-bot==20.7
|
11 |
- schedule==1.2.1
|
12 |
+
|