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>
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user