Reformatting
This commit is contained in:
@@ -3,15 +3,17 @@
|
||||
Aktienbot telegram bot
|
||||
|
||||
## Development
|
||||
|
||||
1. Create virtual environment `python -m venv venv`
|
||||
2. Launch venv: `.\venv\Scripts\activate`
|
||||
3. Install requirements `pip install -r telegram_bot/requirements.txt`
|
||||
4. Set environment variables (see list below)
|
||||
1. Use `.env`-file in `api` directory like `.env.example`
|
||||
2. Or set variables using `export` or `set` commands. (Windows `set`, Linux `export`)
|
||||
5. Run api `python telegram_bot/bot.py`
|
||||
1. Use `.env`-file in `api` directory like `.env.example`
|
||||
2. Or set variables using `export` or `set` commands. (Windows `set`, Linux `export`)
|
||||
5. Run api `python telegram_bot/bot.py`
|
||||
|
||||
## Environment variables
|
||||
|
||||
```
|
||||
# Telegram bot api key
|
||||
BOT_API_KEY=
|
||||
@@ -21,6 +23,7 @@ Aktienbot telegram bot
|
||||
```
|
||||
|
||||
## Docker
|
||||
|
||||
```
|
||||
docker run -d \
|
||||
--name aktienbot_bot \
|
||||
@@ -31,4 +34,5 @@ docker run -d \
|
||||
--restart unless-stopped \
|
||||
registry.flokaiser.com/aktienbot/bot:latest
|
||||
```
|
||||
|
||||
or load environment variables from file by using `--env-file <filename>`
|
||||
|
||||
Reference in New Issue
Block a user