Commit Graph

140 Commits

Author SHA1 Message Date
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
vvzvlad 20e975fce8 Improve media request error logging and channel ID handling 2025-02-07 01:40:12 +03:00
vvzvlad c680bf2493 Enhance media file caching and HTML sanitization with more granular controls 2025-02-07 01:30:02 +03:00
vvzvlad d335f585ce [BREAKING CHANGES] Refactor media file caching with nested directory structure and improved metadata tracking 2025-02-07 01:22:06 +03:00
vvzvlad 0ea7717422 Add CSS sanitization for image dimensions in HTML sanitization 2025-02-07 01:14:34 +03:00
vvzvlad 84dbfd2376 Improve file ID parsing for media download with robust hyphen handling 2025-02-07 01:11:37 +03:00
vvzvlad 3aacd0dcef Refactor channel username and ID extraction logic 2025-02-07 01:03:49 +03:00
vvzvlad 461c13f5f8 Fix handling of negative channel IDs in media download 2025-02-07 01:01:10 +03:00
vvzvlad c9c7c35b4d Add optional token-less health check endpoint 2025-02-07 00:24:32 +03:00
vvzvlad b5b7375e76 Fix channel ID conversion for numeric channel IDs in media download 2025-02-07 00:23:29 +03:00
vvzvlad 0ed4d71b96 Add token-based authentication to health check endpoint 2025-02-07 00:11:47 +03:00
vvzvlad 5ff32e4769 Add methods to find channel ID in README 2025-02-06 23:52:29 +03:00
vvzvlad 1a460c036c Update README with channel RSS feed details and numeric ID support 2025-02-06 23:47:44 +03:00
vvzvlad f257343f35 EPIC: add support for private channels (iwth numeric id) 2025-02-06 23:38:34 +03:00