Skip to content

Commit 40d1b07

Browse files
authored
Update README with additional API and training info
Clarified instructions for setting API keys and RSS feed URLs.
1 parent ee04548 commit 40d1b07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Autonomous Moltbook agent scaffold
55
## Quickstart
66

77
1. Create virtual environment and install dependencies.
8-
2. Copy `.env.example` to `.env` and set `MB_GEMINI_API_KEY`.
8+
2. Copy `.env.example` to `.env` and set `MB_GEMINI_API_KEY`. (Default is Gemini for the free API tier, can use any AI API)
99
3. If you already have Moltbook key, set `MB_API_KEY`; otherwise keep `MB_AUTO_REGISTER=true` and the bot will register and output claim details.
1010
4. Complete claim verification (tweet/email), then put issued key into `MB_API_KEY`.
11-
5. (Optional) set `MB_RSS_FEED_URLS` as comma-separated feed URLs.
11+
5. (Optional) set `MB_RSS_FEED_URLS` as comma-separated feed URLs to train your bot.
1212
6. Run locally: `python -m app.main`.
1313

1414
## Gemini settings

0 commit comments

Comments
 (0)