72 Commits

Author SHA1 Message Date
root c59a8b9a47 feat(config): include default ad reply
Build and Push (dev) / build (push) Failing after 42s
2026-07-30 08:20:37 +05:00
root 958b00a8f3 Update README.md 2026-07-30 01:05:25 +00:00
root 61527aa4c5 Update README.md 2026-07-30 01:04:49 +00:00
open-webui f37977e88f feat: Rewrite README.md with improved structure, Docker-first instructions, and correct repo URLs 2026-07-30 01:02:41 +00:00
open-webui 64649a5b26 Improve main branch workflow: add path filter + registry layer caching for faster builds
Build and Push (main) / build (push) Successful in 43s
Build and Push (dev) / build (push) Successful in 42s
v1.0.0
2026-07-30 00:22:11 +00:00
open-webui f724f8056f Improve dev branch workflow: add path filter + registry layer caching for faster builds
Build and Push (main) / build (push) Successful in 6m45s
2026-07-30 00:22:05 +00:00
open-webui d0c6c84666 Improve .dockerignore for faster Docker builds (exclude unnecessary files)
Build and Push (main) / build (push) Failing after 2m27s
2026-07-30 00:21:59 +00:00
root a6a9b5b75f Merge branch 'main' of ssh://git.sakamoto.best:3005/Lolz/Auto-Stars-Improved
Build and Push (main) / build (push) Failing after 12m43s
2026-07-30 04:47:38 +05:00
root bb6cc70be9 refactor(config): load reply templates on demand 2026-07-30 04:47:32 +05:00
open-webui f869e5bcb8 Add Gitea workflow for main branch (build + push) 2026-07-29 23:32:18 +00:00
open-webui 52d4c80b19 Add Gitea workflow for dev branch (build + push) 2026-07-29 23:32:17 +00:00
root 1ae67173c8 Update README.md 2026-07-29 21:41:59 +00:00
root 6a062f52d7 docs(readme): add Docker installation guide 2026-07-29 23:21:07 +05:00
root f0f9932420 fix(bot): early exit for processed posts 2026-07-29 23:13:38 +05:00
root 51f6e417bd refactor(stars_bot): remove redundant notification calls 2026-07-29 22:48:35 +05:00
root 32a319a836 build(docker): add libc6-dev to build dependencies 2026-07-29 22:33:41 +05:00
root 23f6460617 build(docker): install gcc for C extensions 2026-07-29 22:30:51 +05:00
root 57313f4d60 build(docker): remove unnecessary ignore patterns 2026-07-29 22:28:35 +05:00
root fe45f3fbec fix(build): add missing build context 2026-07-29 22:27:32 +05:00
root 240af1ce86 build(docker): remove explicit context 2026-07-29 22:26:46 +05:00
root 1f88af128c feat(docker): add Docker support and env example 2026-07-29 22:23:59 +05:00
root 183f0aa9bb refactor(notification): add detailed logging and improve error handling 2026-07-29 22:12:06 +05:00
root e2e067894d chore(gitignore): ignore all .txt files 2026-07-29 21:14:06 +05:00
root 3693563884 chore(replies): update reply messages content 2026-07-29 21:13:29 +05:00
root 961f2d544c refactor(stars_bot): rename modules and await notification bot calls 2026-07-29 21:06:41 +05:00
root 1d4226c580 chore(gitignore): ignore processed.txt only 2026-07-29 21:06:21 +05:00
root af6818283c refactor(config): simplify ADMIN_ID handling 2026-07-29 20:52:58 +05:00
root 299fb63936 feat(bot): add admin notification via Telegram bot 2026-07-29 20:52:01 +05:00
root 0047f30629 refactor(main): rename bot variable to stars_bot 2026-07-29 20:51:48 +05:00
root 51ae2c92c0 feat(config): add notification bot env vars 2026-07-29 20:51:32 +05:00
root 94eb082692 refactor(core): logging setup and session path 2026-07-29 19:23:52 +05:00
root 3d5b2a65ce refactor(storage): relocate logs and sessions 2026-07-29 19:13:13 +05:00
root fbeb80eece refactor(storage): move reply & processed files 2026-07-29 19:11:16 +05:00
root 517be61ddf docs(readme): improve formatting and examples 2026-07-29 19:02:22 +05:00
root bdb096688b refactor(bot): add logging and flow tweaks 2026-07-29 19:00:48 +05:00
root 78ac1cb030 fix(telegram): async API calls & pagination 2026-07-29 18:45:52 +05:00
root 58205e32b2 perf(misc): append processed post ID to file 2026-07-29 18:44:52 +05:00
root 953afd385c feat(lolz): return last page from get_thread_posts and make post_id optional 2026-07-29 18:43:38 +05:00
root 68667f669e docs(env): update DEFAULT_CHOICE default to 2 2026-07-29 18:42:44 +05:00
root 8f06117e17 docs(env): change DEFAULT_CHOICE default to start monitoring 2026-07-29 18:42:10 +05:00
root 8ddfef70d4 fix(misc): store processed post IDs as strings 2026-07-29 18:29:02 +05:00
root 9478f7d793 fix(config): improve reply loading and handle missing file 2026-07-29 18:28:47 +05:00
root 9ae5a077a4 refactor(telegram): rename config fields 2026-07-29 18:10:48 +05:00
root 0b9c07e34c fix(config): fix os.getenv default typo 2026-07-29 18:06:00 +05:00
root 0f767a07f0 fix(telegram): fix import paths and config typo 2026-07-29 18:05:08 +05:00
root 73be5d5a13 refactor(main): adjust TelegramStarsBot import 2026-07-29 18:03:28 +05:00
root 43e9f386e1 docs: add README with installation and usage guide 2026-07-29 17:55:43 +05:00
root 4e58cddcce fix(config): support float values for CHECK_INTERVAL and API_DELAY 2026-07-29 17:55:11 +05:00
root 1fe14817eb refactor(structure): relocate utils to modules 2026-07-29 17:47:40 +05:00
root 7b704a9b3e chore(storage): add initial reply templates 2026-07-29 17:47:18 +05:00