přidán run-digest.sh a config.env.example
This commit is contained in:
14
config.env.example
Normal file
14
config.env.example
Normal 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
|
||||
Reference in New Issue
Block a user