-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
35 lines (33 loc) · 2.18 KB
/
.env.sample
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
TOKEN=1234567890:A1BCd2EF3gH45IJK6lMN7oPqr8ST9UvWX0Yz0 # get it from @BotFather
MANAGER=1234567890 # get it from @userinfobot
# ↓------ To disable sending via Telegraph, comment out this area ------↓ #
# Get Telegraph API access tokens: https://api.telegra.ph/createAccount?short_name=RSStT&author_name=Generated%20by%20RSStT&author_url=https%3A%2F%2Fgithub.com%2FRongronggg9%2FRSS-to-Telegram-Bot
# Refresh the page every time you get a new token.
# If you have a lot of subscriptions, make sure to get at least 5 tokens.
# ↓ Replace with your access tokens ↓
TELEGRAPH_TOKEN="
1a23b456c78de90f1a23b456c78de90f1a23b456c78de90f1a23b456c78d
1a23b456c78de90f1a23b456c78de90f1a23b456c78de90f1a23b456c78d
1a23b456c78de90f1a23b456c78de90f1a23b456c78de90f1a23b456c78d
1a23b456c78de90f1a23b456c78de90f1a23b456c78de90f1a23b456c78d
1a23b456c78de90f1a23b456c78de90f1a23b456c78de90f1a23b456c78d
"
# ↑------ To disable sending via Telegraph, comment out this area ------↑ #
# Please read https://github.com/Rongronggg9/RSS-to-Telegram-Bot/blob/master/docs/advanced-settings.md for more details.
# ↓------ Advanced settings ------↓ #
#MULTIUSER=0 # default: 1
#CRON_SECOND=30 # 0-59, default: 0
#DATABASE_URL=postgres://username:password@host:port/db_name # default: sqlite://config/db.sqlite3?journal_mode=OFF
#API_ID=1025907 # get it from https://core.telegram.org/api/obtaining_api_id
#API_HASH=452b0359b988148995f22ff0f4229750 # get it from https://core.telegram.org/api/obtaining_api_id
#IMG_RELAY_SERVER=https://images.weserv.nl/?url= # default: https://rsstt-img-relay.rongrong.workers.dev/
#IMAGES_WESERV_NL=https://t0.nl/ # default: https://images.weserv.nl/
#USER_AGENT=Mozilla/5.0 (Android 12; Mobile; rv:68.0) Gecko/68.0 Firefox/96.0 # default: RSStT/2.2 RSS Reader
#IPV6_PRIOR=1 # default: 0
#T_PROXY=socks5://172.17.0.1:1080 # Proxy used to connect to the Telegram API
#R_PROXY=socks5://172.17.0.1:1080 # Proxy used to fetch feeds
#PROXY_BYPASS_PRIVATE=1 # default: 0
#PROXY_BYPASS_DOMAINS=example.com;example.net
#TABLE_TO_IMAGE=1 # default: 0
#DEBUG=1 # debug logging, default: 0
# ↑------ Advanced settings ------↑ #