Multi-account support: credentials keyed by account name

- prompts.json now has account field per prompt
- bot.js looks up env vars by account prefix (e.g. THEJUNIPERSKY_USER)
- .env restructured with account-prefixed credentials
- Adding a new Twitter account = new env vars + new prompt blocks

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Jackson
2026-03-07 23:13:37 +00:00
parent d2ca2d23ba
commit 32649b0025
2 changed files with 11 additions and 8 deletions

View File

@@ -12,7 +12,8 @@
20
],
"minDays": 2
}
},
"account": "thejunipersky"
},
{
"name": "personality",
@@ -28,6 +29,7 @@
3
],
"minGapHours": 4
}
},
"account": "thejunipersky"
}
]