-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
38 lines (30 loc) · 1.22 KB
/
Copy path.env.example
File metadata and controls
38 lines (30 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# HERALD Agent Configuration
# Copy this to .env and fill in your actual API keys
# Twitter / X Configuration
TWITTER_API_KEY=your_api_key_here
TWITTER_API_SECRET=your_api_secret_here
TWITTER_ACCESS_TOKEN=your_access_token_here
TWITTER_ACCESS_TOKEN_SECRET=your_access_token_secret_here
TWITTER_BEARER_TOKEN=your_bearer_token_here
# LinkedIn Configuration (optional)
LINKEDIN_ACCESS_TOKEN=your_linkedin_token_here
# OpenAI Configuration (for content generation)
OPENAI_API_KEY=your_openai_key_here
# Tavily Configuration (for research)
TAVILY_API_KEY=your_tavily_key_here
# Reddit Configuration (optional, for community engagement)
REDDIT_CLIENT_ID=your_reddit_client_id
REDDIT_CLIENT_SECRET=your_reddit_client_secret
REDDIT_USER_AGENT=HERALD Agent (https://github.com/kimeisele/steward-protocol)
# Steward Protocol Configuration (for cryptographic identity)
STEWARD_IDENTITY_FILE=herald/STEWARD.md
STEWARD_PRIVATE_KEY_PATH=path/to/private/key
# Publishing Configuration
# Set to 'true' to enable actual publishing, 'false' for dry run
PUBLISH_ENABLED=true
PUBLISH_TO_TWITTER=false
PUBLISH_TO_LINKEDIN=false
PUBLISH_TO_REDDIT=false
PUBLISH_TO_LOCAL_FILE=true
# Local File Publishing (for testing without API keys)
BROADCASTS_DIR=broadcasts/