-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_env
More file actions
33 lines (27 loc) · 930 Bytes
/
example_env
File metadata and controls
33 lines (27 loc) · 930 Bytes
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
# Core Settings
RUN_MODE=direct
# Blogger settings
BLOGGER_BLOG_ID=3422137415075355570
# CREDENTIALS_FILE=credentials/credentials.json
# TOKEN_FILE=credentials/token.json
# AI APIs
# OPENAI_API_KEY=sk-...
GEMINI_API_KEY=AIzaSyDgPWOT41hHgJG9M-pRgKRTaR638b2q4Ss
# Article Generation Limits
BLOG_POST_MIN_WORDS=3000
BLOG_POST_MAX_WORDS=12000
FORCE_POST=true
OUTLINE_SECTIONS=15
SECTION_WORDS=800
AI_MAX_TOKENS=4096
# Topic & Category Control
# TOPIC=Latest Technology News
TOPICS=Education, Scholarship Abroad, Latest Technology News, Global Breaking News, Viral News
CATEGORIES= - Education & Learning\n - Scholarships & Study Abroad\n - International (Overseas) News\n - Latest Tech News\n - Unique & Innovative Gadget Reviews
# News Collection (NewsBot)
MAX_NEWS_ITEMS=15
INTERVAL_MINUTES=60
NEWS_OUTPUT=data/news.json
# Appearance & Logging
FIRST_SECTION_NAME=Introduction and Strategic Overview
LOG_VERBOSE=true