15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
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
|