Commit Graph

203 Commits

Author SHA1 Message Date
vvzvlad 64907a8a85 Update README.md to include SHOW_BRIDGE_LINK and SHOW_POST_FLAGS configuration options 2025-03-21 14:41:13 +03:00
vvzvlad e58fca0821 Add show_post_flags configuration option and update post parsing to conditionally format flags based on this setting 2025-03-21 14:40:32 +03:00
vvzvlad a65fb05ae4 Add show_bridge_link configuration option and update post parsing to include bridge link in message links 2025-03-21 14:39:03 +03:00
vvzvlad 583a4c4b3c Add uvloop support for asyncio in api_server and telegram_client; update requirements.txt 2025-03-21 14:29:57 +03:00
vvzvlad 6ee4cc7237 Enhance video flag detection to include animation media type in post parsing 2025-03-21 14:18:46 +03:00
vvzvlad 6be312235c Refine media type labels in post parsing for voice and video notes 2025-03-21 14:17:23 +03:00
vvzvlad a83533cfd6 Add 'sticker' flag for sticker messages in post parsing 2025-03-11 13:50:27 +03:00
vvzvlad e2701d7979 Skip service messages about new chat photos 2025-03-11 13:47:51 +03:00
vvzvlad e580d06170 Add 'no_image' flag for posts without media 2025-03-09 15:03:14 +03:00
vvzvlad 4e15783917 Expand stream and advertisement detection in post parsing 2025-03-06 12:11:12 +03:00
vvzvlad af703c5f58 Improve media display responsiveness in HTML generation 2025-03-06 12:02:51 +03:00
vvzvlad 2a1d5bdaeb Update README with exclude_text parameter documentation 2025-03-04 03:24:23 +10:00
vvzvlad de4877e5b7 Update README with new post parsing flags 2025-03-04 03:19:55 +10:00
vvzvlad 716fa7ee42 Add text exclusion filter 2025-03-04 03:15:26 +10:00
vvzvlad 2c132a0d6a Add channel mention detection flag to post parsing 2025-03-04 03:06:16 +10:00
vvzvlad 86300cd116 Add link detection flag to post parsing 2025-03-04 03:04:25 +10:00
vvzvlad 1f61446dfb Enhance post parsing with webinar detection and expanded advertisement flags 2025-02-27 23:59:49 +09:00
vvzvlad 2dc1fecc66 Improve error logging and increase HTML generation limit 2025-02-10 05:54:28 +03:00
vvzvlad 44dbeabe1d Add docstrings and improve HTML generation in RSS generator 2025-02-10 05:53:11 +03:00
vvzvlad 0f96db1fbe Refactor webpage media formatting and import order 2025-02-10 05:51:09 +03:00
vvzvlad 72bccca06d Update README with new RSS feed parameters and clarify limit behavior 2025-02-10 05:42:21 +03:00
vvzvlad 76ab94d95b Remove Pyrogram Bridge Docker Compose configuration 2025-02-10 05:37:58 +03:00
vvzvlad 8f8a46d17d Refactor URL signing key management into a class-based approach 2025-02-10 05:37:33 +03:00
vvzvlad c4aed732af Refactor sensitive data masking and configuration logging 2025-02-10 05:33:32 +03:00
vvzvlad 00ed11101e Update README with simplified first-start guide and environment settings 2025-02-10 05:19:39 +03:00
vvzvlad 60b253c1c1 Refactor session handling and configuration management 2025-02-10 05:09:29 +03:00
vvzvlad a5bcd12c95 Improve time-based merge configuration parsing 2025-02-09 22:09:02 +03:00
vvzvlad 29ff31d136 Enhance health check endpoint with masked configuration details 2025-02-09 22:06:00 +03:00
vvzvlad c9c1bacc49 Add server configuration logging with sensitive data masking 2025-02-09 22:04:18 +03:00
vvzvlad 2b0871d7d3 fix webpage media bug 2025-02-09 21:57:13 +03:00
vvzvlad fee2a268ff add erid ti advert flag 2025-02-09 21:56:34 +03:00
vvzvlad 67d52b507a Add time-based media group merging for RSS and HTML generation 2025-02-09 21:44:55 +03:00
vvzvlad c554bd4c44 flags improve 2025-02-09 21:33:29 +03:00
vvzvlad 709465b0fc fix tg links 2025-02-09 21:29:41 +03:00
vvzvlad 4a3c5cc6ef add fwd flag 2025-02-09 21:29:10 +03:00
vvzvlad 70aea6c36f Update README with detailed explanation of limit parameter behavior 2025-02-09 20:37:24 +03:00
vvzvlad 232a2d3a0a Add message group trimming to RSS and HTML generation 2025-02-09 20:30:01 +03:00
vvzvlad 94c8068594 Change PostParser method visibility: Make channel_name_prepare public 2025-02-09 07:16:56 +03:00
vvzvlad 893bb02a40 Fix channel history retrieval parameter in RSS generator 2025-02-09 06:04:27 +03:00
vvzvlad 7c9fd859d7 Refactor PostParser: Improve code style and method visibility 2025-02-09 06:04:01 +03:00
vvzvlad 10434bbbd3 Remove beautifulsoup4 dependency from requirements 2025-02-09 06:02:18 +03:00
vvzvlad d8dc115e8e Update README with clearer flag exclusion examples and formatting 2025-02-09 04:56:27 +03:00
vvzvlad 344052e00e EPIC: Add content filtering via message flags 2025-02-09 03:53:52 +03:00
vvzvlad 1512c09f1b BIG REFACTORING post parsing and rendering with modular HTML generation and improved media group handling 2025-02-09 02:29:49 +03:00
vvzvlad 9207056df8 Improve temporary file cleanup by removing associated media file entries 2025-02-07 22:51:42 +03:00
vvzvlad 77cc68e4e1 Add temp file skip mechanism for large video downloads 2025-02-07 03:17:53 +03:00
vvzvlad 3fa6d745d6 Increase default RSS feed retrieval limit to 50 items 2025-02-07 02:11:03 +03:00
vvzvlad d7df61b937 Tighten media URL signature verification logic 2025-02-07 01:57:24 +03:00
vvzvlad 8a966fa262 Optimize cache statistics calculation by removing temporary file filtering 2025-02-07 01:55:02 +03:00
vvzvlad cd277e0937 Enhance media URL signature verification with configurable signing key 2025-02-07 01:45:39 +03:00