Files
xBot/.env.example
Matt Jackson 28c5020294 Prepare for public repo: gitignore prompts.json, add examples
- prompts.json now gitignored (contains account-specific config)
- Added prompts.example.json showing config structure
- Added .env.example with credential template

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 23:15:14 +00:00

12 lines
349 B
Plaintext

# Account credentials (prefix with account name in uppercase)
MYACCOUNT_USER=your_twitter_handle
MYACCOUNT_PW=your_password
MYACCOUNT_EMAIL=your_email@example.com
MYACCOUNT_PHONE=1234567890
# Kernel.sh API key (https://onkernel.com)
KERNEL=sk_your_kernel_key
# Anthropic API key (https://console.anthropic.com)
ANTHROPIC=sk-ant-your_anthropic_key