Skip to content

Commit

Permalink
fix: env example
Browse files Browse the repository at this point in the history
  • Loading branch information
luoling8192 committed Mar 4, 2025
1 parent d0582f2 commit b7430b3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions services/twitter-services/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# BrowserBase Config
BROWSERBASE_API_KEY=your_api_key_here

# 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
Expand All @@ -10,14 +7,6 @@ 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
Expand Down

0 comments on commit b7430b3

Please sign in to comment.