Commit Graph

  • c59a8b9a47 feat(config): include default ad reply dev root 2026-07-30 08:20:37 +05:00
  • 958b00a8f3 Update README.md root 2026-07-30 01:05:25 +00:00
  • 61527aa4c5 Update README.md root 2026-07-30 01:04:49 +00:00
  • f37977e88f feat: Rewrite README.md with improved structure, Docker-first instructions, and correct repo URLs open-webui 2026-07-30 01:02:41 +00:00
  • 64649a5b26 Improve main branch workflow: add path filter + registry layer caching for faster builds main v1.0.0 open-webui 2026-07-30 00:22:11 +00:00
  • f724f8056f Improve dev branch workflow: add path filter + registry layer caching for faster builds open-webui 2026-07-30 00:22:05 +00:00
  • d0c6c84666 Improve .dockerignore for faster Docker builds (exclude unnecessary files) open-webui 2026-07-30 00:21:59 +00:00
  • a6a9b5b75f Merge branch 'main' of ssh://git.sakamoto.best:3005/Lolz/Auto-Stars-Improved root 2026-07-30 04:47:38 +05:00
  • bb6cc70be9 refactor(config): load reply templates on demand root 2026-07-30 04:47:32 +05:00
  • f869e5bcb8 Add Gitea workflow for main branch (build + push) open-webui 2026-07-29 23:32:18 +00:00
  • 52d4c80b19 Add Gitea workflow for dev branch (build + push) open-webui 2026-07-29 23:32:17 +00:00
  • 1ae67173c8 Update README.md root 2026-07-29 21:41:59 +00:00
  • 6a062f52d7 docs(readme): add Docker installation guide root 2026-07-29 23:21:07 +05:00
  • f0f9932420 fix(bot): early exit for processed posts root 2026-07-29 23:13:38 +05:00
  • 51f6e417bd refactor(stars_bot): remove redundant notification calls root 2026-07-29 22:48:35 +05:00
  • 32a319a836 build(docker): add libc6-dev to build dependencies root 2026-07-29 22:33:41 +05:00
  • 23f6460617 build(docker): install gcc for C extensions root 2026-07-29 22:30:51 +05:00
  • 57313f4d60 build(docker): remove unnecessary ignore patterns root 2026-07-29 22:28:35 +05:00
  • fe45f3fbec fix(build): add missing build context root 2026-07-29 22:27:32 +05:00
  • 240af1ce86 build(docker): remove explicit context root 2026-07-29 22:26:46 +05:00
  • 1f88af128c feat(docker): add Docker support and env example root 2026-07-29 22:23:59 +05:00
  • 183f0aa9bb refactor(notification): add detailed logging and improve error handling root 2026-07-29 22:12:06 +05:00
  • e2e067894d chore(gitignore): ignore all .txt files root 2026-07-29 21:14:06 +05:00
  • 3693563884 chore(replies): update reply messages content root 2026-07-29 21:13:29 +05:00
  • 961f2d544c refactor(stars_bot): rename modules and await notification bot calls root 2026-07-29 21:06:41 +05:00
  • 1d4226c580 chore(gitignore): ignore processed.txt only root 2026-07-29 21:06:21 +05:00
  • af6818283c refactor(config): simplify ADMIN_ID handling root 2026-07-29 20:52:58 +05:00
  • 299fb63936 feat(bot): add admin notification via Telegram bot root 2026-07-29 20:52:01 +05:00
  • 0047f30629 refactor(main): rename bot variable to stars_bot root 2026-07-29 20:51:48 +05:00
  • 51ae2c92c0 feat(config): add notification bot env vars root 2026-07-29 20:51:32 +05:00
  • 94eb082692 refactor(core): logging setup and session path root 2026-07-29 19:23:52 +05:00
  • 3d5b2a65ce refactor(storage): relocate logs and sessions root 2026-07-29 19:13:13 +05:00
  • fbeb80eece refactor(storage): move reply & processed files root 2026-07-29 19:11:16 +05:00
  • 517be61ddf docs(readme): improve formatting and examples root 2026-07-29 19:02:22 +05:00
  • bdb096688b refactor(bot): add logging and flow tweaks root 2026-07-29 19:00:48 +05:00
  • 78ac1cb030 fix(telegram): async API calls & pagination root 2026-07-29 18:45:52 +05:00
  • 58205e32b2 perf(misc): append processed post ID to file root 2026-07-29 18:44:52 +05:00
  • 953afd385c feat(lolz): return last page from get_thread_posts and make post_id optional root 2026-07-29 18:43:38 +05:00
  • 68667f669e docs(env): update DEFAULT_CHOICE default to 2 root 2026-07-29 18:42:44 +05:00
  • 8f06117e17 docs(env): change DEFAULT_CHOICE default to start monitoring root 2026-07-29 18:42:10 +05:00
  • 8ddfef70d4 fix(misc): store processed post IDs as strings root 2026-07-29 18:29:02 +05:00
  • 9478f7d793 fix(config): improve reply loading and handle missing file root 2026-07-29 18:28:47 +05:00
  • 9ae5a077a4 refactor(telegram): rename config fields root 2026-07-29 18:10:48 +05:00
  • 0b9c07e34c fix(config): fix os.getenv default typo root 2026-07-29 18:06:00 +05:00
  • 0f767a07f0 fix(telegram): fix import paths and config typo root 2026-07-29 18:05:08 +05:00
  • 73be5d5a13 refactor(main): adjust TelegramStarsBot import root 2026-07-29 18:03:28 +05:00
  • 43e9f386e1 docs: add README with installation and usage guide root 2026-07-29 17:55:43 +05:00
  • 4e58cddcce fix(config): support float values for CHECK_INTERVAL and API_DELAY root 2026-07-29 17:55:11 +05:00
  • 1fe14817eb refactor(structure): relocate utils to modules root 2026-07-29 17:47:40 +05:00
  • 7b704a9b3e chore(storage): add initial reply templates root 2026-07-29 17:47:18 +05:00
  • ffb8959c83 refactor(utils): move modules to utils package root 2026-07-29 17:40:45 +05:00
  • 098d280154 feat(telegram): add bot to send star reactions root 2026-07-29 17:36:08 +05:00
  • f9f675f4dc refactor(lolz): post param for has_comments root 2026-07-29 17:34:44 +05:00
  • 440c1f27e3 feat(config): load reply templates, add defaults root 2026-07-29 17:33:53 +05:00
  • 23032924af build(requirements): update project dependencies root 2026-07-29 17:32:46 +05:00
  • dcd93038fc feat(misc): add ProcessedPostsManager utility root 2026-07-29 16:38:56 +05:00
  • 6d58da99f6 feat: add entry script with logging root 2026-07-29 16:38:09 +05:00
  • 01a7c65771 feat(config): add Config class for env loading root 2026-07-29 16:37:58 +05:00
  • 934dff11b2 feat(lolz): add Lolz wrapper for forum API root 2026-07-29 16:37:47 +05:00
  • 994fe86f04 chore: add .env.example and clean up project files root 2026-07-29 16:36:42 +05:00
  • e4c671e5a6 chore: add .gitignore and clean up docs root 2026-07-29 14:58:57 +05:00
  • ef908e0946 bug fixes Тупой 2025-07-06 10:43:05 +03:00
  • 81ecd2d3b2 Улучшения Тупой 2025-07-05 18:20:05 +03:00
  • f796e6acd0 Improvements Тупой 2025-07-02 14:51:25 +03:00
  • 02bbac6d37 фикс Тупой 2025-07-02 14:26:53 +03:00
  • be39e12e9b Create requirements.txt Тупой 2025-07-02 14:07:03 +03:00
  • e4a1f24cdf fix api_delay Тупой 2025-07-02 13:54:39 +03:00
  • 3c7f55fe84 Исправил api_delay Тупой 2025-07-02 13:49:58 +03:00
  • 83ec3837d3 Загрузил сурсы Тупой 2025-07-02 13:23:59 +03:00
  • a9ad7e1689 Update README.md Тупой 2025-07-02 13:23:27 +03:00
  • 1720226106 Update README.md Тупой 2025-07-02 13:23:08 +03:00
  • c74ec1b850 Initial commit Тупой 2025-07-02 13:21:50 +03:00