-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dev.vars.example
18 lines (14 loc) · 912 Bytes
/
.dev.vars.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Bluesky Configuration
BLUESKY_USERNAME=mybot.bsky.social # Recommend setting up a special account
BLUESKY_PASSWORD=xxxx-xxxx-xxxx-xxxx # ONLY use an App Password, https://bsky.app/settings/app-passwords
# Mastodon Configuration
MASTODON_ACCESS_TOKEN=your_mastodon_access_token_here # Recommend setting up a special account and getting that access token
MASTODON_API_URL=https://mastodon.social # Optional, defaults to mastodon.social
# Source Accounts Configuration
BLUESKY_SOURCE_ACCOUNTS=["@example.bsky.social", "@another.bsky.social"] # Accounts you want to grab some posts from to use with Markov Chain
MASTODON_SOURCE_ACCOUNTS=["@[email protected]", "@[email protected]"] # Accounts you want to grab some posts from to use with Markov Chain
# Content Filtering
EXCLUDED_WORDS=["word1", "word2", "word3"]
# Debug Configuration (Optional)
DEBUG_MODE=true
DEBUG_LEVEL=verbose # or "info"