RXTIME commited on
Commit
05697a1
·
verified ·
1 Parent(s): d7c0603

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,12 +1,12 @@
1
  # Hypercycle Bot
2
 
3
- A Telegram bot that listens for commands and runs scheduled tasks.
4
 
5
  ## Setup
6
- 1. Set the `TELEGRAM_TOKEN` environment variable in the Hugging Face Space settings.
7
- 2. Deploy the Space, and the bot will start automatically.
8
 
9
  ## Requirements
10
  - python-telegram-bot==20.7
11
  - schedule==1.2.1
12
- - flask==2.3.3
 
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
+