-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95074bb
commit 4c1040f
Showing
10 changed files
with
537 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,32 @@ | ||
# BrowserBase 配置 | ||
# BrowserBase Config | ||
BROWSERBASE_API_KEY=your_api_key_here | ||
|
||
# Twitter 账号配置 | ||
# Browser Config | ||
BROWSER_HEADLESS=false | ||
BROWSER_USER_AGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 | ||
BROWSER_VIEWPORT_WIDTH=1280 | ||
BROWSER_VIEWPORT_HEIGHT=800 | ||
BROWSER_TIMEOUT=30000 | ||
BROWSER_REQUEST_TIMEOUT=20000 | ||
BROWSER_REQUEST_RETRIES=2 | ||
|
||
# Twitter Account Config | ||
TWITTER_USERNAME=your_twitter_username | ||
TWITTER_PASSWORD=your_twitter_password | ||
# Cookie can be in two formats: | ||
# 1. JSON format: {"auth_token":"xxx","ct0":"yyy"} | ||
# 2. document.cookie format: auth_token=xxx; ct0=yyy | ||
TWITTER_COOKIES= | ||
|
||
# 适配器配置 | ||
# Adapter Config | ||
ENABLE_AIRI=false | ||
AIRI_URL=http://localhost:3000 | ||
AIRI_TOKEN=your_airi_token | ||
|
||
ENABLE_MCP=true | ||
MCP_PORT=8080 | ||
|
||
# 系统配置 | ||
LOG_LEVEL=info # 可选: error, warn, info, verbose, debug | ||
LOG_FORMAT=pretty # 可选: json, pretty | ||
# System Config | ||
LOG_LEVEL=info # Optional: error, warn, info, verbose, debug | ||
LOG_FORMAT=pretty # Optional: json, pretty | ||
CONCURRENCY=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.