Create README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
-
|
2 |
-
title: Factory
|
3 |
-
emoji: 🏢
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: gray
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.29.1
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
-
short_description: Fabricas Hypercycle
|
12 |
-
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|