- 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>
12 lines
349 B
Plaintext
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
|