RXTIME commited on
Commit
6afa8db
·
verified ·
1 Parent(s): 6567f77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
- title: Fabricas
3
- emoji: 📊
 
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
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