Skip to content

Commit 0f1cdc7

Browse files
authored
add more obv details
1 parent e9c9e9b commit 0f1cdc7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,18 @@ TELEGRAM_SUPPORT_CHAT_ID= # chat_id where the bot will forward all incoming mes
2121
# optional params
2222
HEROKU_APP_NAME= # name of your Heroku app for webhook setup
2323
WELCOME_MESSAGE= # text of a message that bot will write on /start command
24-
```
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

Comments
 (0)