Complete digest system

This commit is contained in:
2026-01-06 10:01:24 +01:00
parent 3f2d58b257
commit 252ba9f5cc
6 changed files with 751 additions and 224 deletions

View File

@@ -1,14 +1,13 @@
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"
```
cat > config.env.example << 'EOF'
# Ruby gem setup
export GEM_HOME=$HOME/.gem
export PATH=$GEM_HOME/bin:$PATH
## .gitignore
```
config.env
*.csv
logs/
archive/
__pycache__/
*.pyc
# API Keys
export ANTHROPIC_API_KEY="your-claude-api-key-here"
# Mastodon Bot Tokens
export ZPRAVOBOT_TOKEN="your-zpravobot-token-here"
export POZITIVNI_TOKEN="your-pozitivni-token-here"
export SARKASTICKY_TOKEN="your-sarkasticky-token-here"
EOF