-
released this
2026-08-08 04:16:05 +00:00 | 10 commits to main since this releaseAuto-Stars-Improved v1.1.0
Second release of the bot for automatically sending Telegram Stars to users who post in a specified Lolz.team thread.
Features
- Auto thread bumping with configurable check interval
- Enhanced captcha handling: dynamic answer from env, periodic auto-update, validation and thread editing
- ConfigError with clear validation for required settings (LOLZ_TOKEN, LOLZ_THREAD_ID, captcha)
- Reply templates loaded on demand
- Default ad reply embedded in reply templates
- Docker support (recommended)
- Gitea Actions workflows for building and pushing images
- Configurable via .env file
- Logging and session persistence
What's New
- New env vars: ENABLE_AUTO_BUMP, BUMP_CHECK_INTERVAL, ENABLE_CAPTCHA, CAPTCHA_ANSWER, CAPTCHA_CHECK_INTERVAL
- New storage/captcha.txt for the captcha prompt
- Multi-stage Dockerfile for faster and smaller builds
- Optimized CI/CD workflows (path filtering while preserving separate caches)
- Updated Python dependencies
- Cleared up .gitignore (ignores all .txt files)
Installation
See the README for Docker and manual installation instructions.
Note: This release follows semantic versioning.
Downloads
-
released this
2026-07-30 00:57:46 +00:00 | 38 commits to main since this releaseAuto-Stars-Improved v1.0.0
Initial stable release of the bot for automatically sending Telegram Stars to users who post in a specified Lolz.team thread.
Features
- Monitors a Lolz.team forum thread for new posts
- Automatically sends Telegram Stars for each new post
- Optional automatic replies using customizable templates
- Docker support (recommended)
- Gitea Actions workflows for building and pushing images
- Configurable via .env file
- Logging and session persistence
What's New
- Full Docker Compose setup
- Improved CI/CD workflows (main + dev branches)
- Better configuration handling (dynamic reply templates)
- Notification bot support via Telegram
- Early exit for already processed posts
Installation
See the README for Docker and manual installation instructions.
Note: This is the first tagged release. Future versions will follow semantic versioning.
Downloads