-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 1.07 KB
/
.env.example
File metadata and controls
29 lines (23 loc) · 1.07 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
# OpenRouter API (required)
OPENROUTER_API_KEY=sk-or-v1-your-key-here
# Telegram Bot (required for TG publishing)
TELEGRAM_BOT_TOKEN=your-telegram-bot-token
TELEGRAM_CHANNEL_ID=-1001234567890
TELEGRAM_ERROR_CHAT_ID=-1001234567890
# Twitter/X API (required for Twitter publishing)
TWITTER_API_KEY=your-twitter-api-key
TWITTER_API_SECRET=your-twitter-api-secret
TWITTER_ACCESS_TOKEN=your-twitter-access-token
TWITTER_ACCESS_SECRET=your-twitter-access-secret
# Twitter/X Feed Reading - comma-separated usernames to monitor
TWITTER_MONITOR_USERS=sama,ylecun,karpathy,demishassabis,iaborov,JeffDean,mustafasuleyman,DarioAmodei,jackclarkSF,arthurmensch,aidangomez,Yoshua_Bengio,drfeifei,polynoamial,janleike,Thom_Wolf,ClementDelangue,soumithchintala,OpenAI,GoogleDeepMind,AnthropicAI,AIatMeta,MistralAI,cohere,ByteDanceOSS
# Schedule (cron-style, optional - defaults shown)
SCHEDULE_PAPERS_CRON=0 10 * * *
SCHEDULE_BLOGS_CRON=0 12 * * *
SCHEDULE_TWITTER_CRON=0 14 * * *
# Oracle settings
ORACLE_MIN_SCORE=7
ORACLE_MAX_PAPERS_PER_RUN=5
ORACLE_MAX_BLOGS_PER_RUN=3
# Timezone
TIMEZONE=Europe/Moscow