We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c9e9b commit 0f1cdc7Copy full SHA for 0f1cdc7
README.md
@@ -21,4 +21,18 @@ TELEGRAM_SUPPORT_CHAT_ID= # chat_id where the bot will forward all incoming mes
21
# optional params
22
HEROKU_APP_NAME= # name of your Heroku app for webhook setup
23
WELCOME_MESSAGE= # text of a message that bot will write on /start command
24
-```
+```
25
+
26
+## Run bot locally
27
28
+First, you need to install all dependencies:
29
30
+```bash
31
+pip install -r requirements.txt
32
33
34
+Then you can run the bot. Don't forget to create `.env` file in the root folder with all required params (read above).
35
36
+``` bash
37
+python main.py
38
0 commit comments