-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtemplate.env
105 lines (78 loc) · 2.44 KB
/
template.env
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Required Variables
# The base url of the server. example: `example.com`
BASE_URL=
# The token of the telegram bot.
TELEGRAM_BOT_TOKEN=
# The chat id of the telegram bot.
TELEGRAM_CHAT_ID=
# Optional Variables
# FastAPI
# Default: `10450`
PORT=10450
# The api key for the FastAPI server. It would be generated automatically if not set.
API_KEY=
# Telegram
# The host of the telegram bot api server. Default: `telegram-bot-api`
TELEBOT_API_SERVER_HOST=telegram-bot-api
# The port of the telegram bot api server. Default: `8081`
TELEBOT_API_SERVER_PORT=8081
# The channel id of the telegram bot. Default: `None`
TELEGRAM_CHANNEL_ID=
# The id list of the users who can send message to targeted telegram channel, divided by `,`.
# You cannot send message to the channel if you are not in the list. Default: `None`
TELEGRAM_CHANNEL_ADMIN_LIST=
# Twitter
# The ct0 cookie of twitter. Default: `None`
TWITTER_CT0=
# The auth token of twitter. Default: `None`
TWITTER_AUTH_TOKEN=
# Reddit
# The client id of reddit. Default: `None`
REDDIT_CLIENT_ID=
# The client secret of reddit. Default: `None`
REDDIT_CLIENT_SECRET=
# The username of reddit. Default: `None`
REDDIT_USERNAME=
# The password of reddit. Default: `None`
REDDIT_PASSWORD=
# Weibo
# The cookie of weibo. For some unknown reasons, some weibo posts may be not accessible
# if you don't are not logged in. Just copy the cookie from your browser and set it. Default: `None`
WEIBO_COOKIES=
# Xiaohongshu
# The a1 cookie of xiaohongshu. Default: `None`
XIAOHONGSHU_A1=
# The webid cookie of xiaohongshu. Default: `None`
XIAOHONGSHU_WEBID=
# The websession cookie of xiaohongshu. Default: `None`
XIAOHONGSHU_WEBSESSION=
# OpenAI
# The api key of OpenAI. Default: `None`
OPENAI_API_KEY=
# Amazon S3 Picture Storage
# The access key id of Amazon S3. Default: `None`
AWS_ACCESS_KEY_ID=
# The secret access key of Amazon S3. Default: `None`
AWS_SECRET_ACCESS_KEY=
# The bucket name of Amazon S3. Default: `None`
AWS_S3_BUCKET_NAME=
# The region name of Amazon S3. Default: `None`
AWS_S3_REGION_NAME=
# The domain bound to the bucket. The picture upload function would generate images url
# by bucket name if customized host not set. Default: `None`
AWS_DOMAIN_HOST=
PORT=10450
API_KEY=examplekey
TEMPLATE_LANGUAGE=
X_RAPIDAPI_KEY=
DOWNLOAD_DIR=/tmp
INOREADER_APP_ID=
INOREADER_APP_KEY=
INOREADER_EMAIL=
INOREADER_PASSWORD=
XHS_PHONE_LIST=
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
REDDIT_PASSWORD=
REDDIT_USERNAME=
FXZHIHU_HOST=