přidán run-digest.sh a config.env.example

This commit is contained in:
2026-01-05 17:26:32 +01:00
parent 78274712d8
commit 3f2d58b257
2 changed files with 17 additions and 0 deletions

14
config.env.example Normal file
View File

@@ -0,0 +1,14 @@
export ANTHROPIC_API_KEY="sk-ant-xxx..."
export TOKEN_ZPRAVOBOT="your-token-here"
export TOKEN_POZITIVNI="your-token-here"
export TOKEN_SARKASTICKY="your-token-here"
```
## .gitignore
```
config.env
*.csv
logs/
archive/
__pycache__/
*.pyc

3
run-digest.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
source /app/data/zpravobot-digest/config.env
python3 /app/data/zpravobot-digest/digest-bot.py "$@"