-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
46 lines (37 loc) · 1.09 KB
/
Copy path.env.example
File metadata and controls
46 lines (37 loc) · 1.09 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Telegram bot token
BOT_TOKEN=
# Comma-separated Telegram usernames or numeric user IDs allowed to use the bot.
# Empty means anyone can message the bot, which is not recommended.
AUTHORIZED_TELEGRAM_USERS=bupddotxyz
# crosspost CLI targets. -bmt means Bluesky, Mastodon, Twitter/X.
CROSSPOST_FLAGS=-bmt
# Set to 1 to exercise Telegram handling without posting to any platform.
SHITPOST_DRY_RUN=0
# Optional crosspost source override for Docker builds.
CROSSPOST_REPO=https://github.com/bupd/crosspost.git
CROSSPOST_REF=main
# Bluesky
BLUESKY_HOST=
BLUESKY_IDENTIFIER=
BLUESKY_PASSWORD=
# Twitter / X
AUTH_TOKEN=
# TWITTER_AUTH_TOKEN=
# TWITTER_AUTH_CLIENT=web
# TWITTER_GRAPHQL_ENDPOINT=web
# TWITTER_PROXY=
# Legacy official Twitter API fallback
TWITTER_API_CONSUMER_KEY=
TWITTER_API_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN_KEY=
TWITTER_ACCESS_TOKEN_SECRET=
# Optional aliases also understood by shitpost before calling crosspost:
# consumer_key=
# consumer_key_secret=
# access_token=
# access_token_secret=
# Mastodon
MASTODON_HOST=
MASTODON_ACCESS_TOKEN=
MASTODON_CLIENT_KEY=
MASTODON_CLIENT_SECRET=