Release 1.0.0

This commit is contained in:
2026-03-12 21:45:01 +00:00
parent 28be3105b6
commit b2a9f74f59
12 changed files with 1028 additions and 522 deletions
+11 -8
View File
@@ -11,26 +11,29 @@ REDDIT_USERNAME=YOUR_USERNAME_HERE
REDDIT_PASSWORD=YOUR_PASSWORD_HERE
# Which subreddit to post to
SUBREDDIT=YOUR_SUBREDDIT_HERE
REDDIT_SUBREDDIT=YOUR_SUBREDDIT_HERE
# Optional: customize the user agent
# REDDIT_USER_AGENT=MinecraftUpdateBot/1.0
# Optional: what types of releases to check for
# Options: release, snapshot, old_beta, old_alpha
# Multiple: RELEASE_TYPES=release,snapshot
RELEASE_TYPES=release
# Multiple: REDDIT_RELEASE_TYPES=release,snapshot
REDDIT_RELEASE_TYPES=release,snapshot
# Optional: Check for Bedrock Edition releases (Windows)
# Optional: Check for Bedrock Edition releases
# true to enable, false to disable
CHECK_BEDROCK=false
REDDIT_CHECK_BEDROCK=true
# Optional: how often to check for updates (in seconds)
# Default: 3600 (1 hour)
# For testing: 600 (10 minutes)
CHECK_INTERVAL=3600
REDDIT_CHECK_INTERVAL=3600
# Wiki Configuration
# Post titles and bodies are loaded from the subreddit wiki page "minecraft_update_bot"
# Format: YAML with release_type sections containing title and body
# Name of the wiki page to load post templates from
# Default: minecraft_update_bot
REDDIT_WIKI_PAGE_NAME=minecraft_update_bot
# Wiki Format: YAML with release_type sections containing title and body
# Example: See WIKI_CONFIG.md for complete documentation