Complete digest system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user