-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathexample.env
More file actions
36 lines (27 loc) · 795 Bytes
/
example.env
File metadata and controls
36 lines (27 loc) · 795 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
34
35
36
# Telegram Bot
TOKEN=your_telegram_bot_token
# Google APIs
COMMON_GOOGLE_API_KEY=your_google_api_key
GOOGLE_CX_TOKEN=your_google_custom_search_cx
YOUTUBE_TOKEN=your_youtube_api_key
# AI
GEMINI_API_KEY=your_gemini_api_key
TAVILY_API_KEY=your_tavily_api_key
OPENAI_API_KEY=your_openai_api_key
OPENAI_CHAT_IDS=comma_separated_chat_ids
# Weather
OPEN_WEATHER_MAP_TOKEN=your_openweathermap_token
# Currency
FIXER_API_KEY=your_fixer_api_key
EXCHANGE_RATE_API_KEY=your_exchange_rate_api_key
# GIFs (Giphy)
GIPHY_API_KEY=your_giphy_sdk_api_key
# Upstash Redis
UPSTASH_REDIS_URL=your_upstash_redis_url
UPSTASH_REDIS_TOKEN=your_upstash_redis_token
# Serverless
SERVERLESS_ACCESS_KEY=your_serverless_access_key
# Misc
DAT1CO_API_KEY=your_dat1co_api_key
# Local development
ENABLE_SCHEDULING=false