krau
3f40acff55
feat: add directory management functionality and update handlers to utilize default directory
2025-11-16 21:09:55 +08:00
krau
f0853536d9
fix: use same ctx to get grouped message
2025-11-06 16:59:51 +08:00
krau
0e989cc1a6
fix: add logging for fetching telegraph page and handle image URLs from telegra.ph
2025-10-06 22:13:41 +08:00
krau
76a82a38ee
fix: handle images on telegraph server
2025-10-06 21:57:35 +08:00
krau
c7a0076c15
fix: trim space in telegraph dir path , close #119
2025-10-03 09:32:45 +08:00
krau
ea07ff7eca
fix: remove unused ChatTitle field from FilenameTemplateData struct
2025-09-30 21:36:23 +08:00
krau
4d837e946c
feat: add .chatid variable in file name template
2025-09-30 21:34:35 +08:00
Krau
eef051de3b
feat: custom filename template ( #110 )
2025-09-13 10:25:45 +08:00
Krau
f05dd883e3
feat: enhance URL handling by adding utility functions and filters for message entities ( #105 )
2025-09-09 20:16:56 +08:00
krau
215e082028
feat: implement internationalization support and update help commands
2025-08-27 11:09:38 +08:00
krau
ae0aa7db3f
fix: skip overwrite dirpath and storage when rule miss match
2025-08-24 11:28:37 +08:00
krau
68e5a51300
feat: file name staregy
2025-08-23 17:16:51 +08:00
krau
7300e54c40
refactor: rule package
2025-08-23 16:14:12 +08:00
krau
e5d1e143e0
feat: configurable parser and refactor config
2025-08-23 14:29:32 +08:00
krau
6112f6c240
feat: truncate item description to 233 characters in parsed text
2025-08-22 15:00:09 +08:00
Krau
302db2fe75
feat: parse url with js plugins support ( #96 )
...
* feat: WIP. add parser functionality and text message handling
* fix: use json to marshal js result
* feat: add metadata handling and version validation for jsParser
* refactor: rename parser package to parsers and restructure parser handling
* refactor: core code struct and impl parse task handle
* feat: impl parsed download
* fix: seek cache file when processing tph picture
* feat: implement parsed task handling and progress tracking
* feat: enhance task processing with concurrency control and progress tracking
* feat: add resource ID generation and improve resource processing handling
* feat: improve message formatting in parsed text and progress completion
* feat: add example js plugin
* feat: implement Twitter parser
* fix: twitter parse video json decode error
* feat: impl stream mode for parse task
2025-08-21 23:48:17 +08:00
krau
0c5bb2ba77
docs(zh): update watch feat
2025-08-03 17:35:47 +08:00
krau
133453b5d4
feat: implement watch for monitoring chat messages
...
- Added a new command handler for /watch that allows users to listen to messages from a specified chat and save them according to storage rules.
- Introduced filtering options for messages using regular expressions.
- Implemented functionality to start and stop watching chats, including error handling for invalid inputs and user settings.
- Created a new utility package for message element handling related to the watch feature.
- Updated the user model to manage watched chats, including methods to add, remove, and check if a chat is being watched.
2025-08-03 16:55:56 +08:00
krau
b9d14f79c8
refactor: simplify dler client interface
2025-08-02 10:01:59 +08:00
krau
d703f11ea0
feat: implement album handling rules and refactor related logic
2025-07-04 16:01:29 +08:00
krau
80146176f0
feat: make retry middleware configurable
2025-07-04 13:38:55 +08:00
krau
e7bab27543
feat: add user client inject in file link handler
2025-06-29 23:08:48 +08:00
krau
f693bd6103
refactor: update file handling to use new downloader interface; remove unused tdler package
2025-06-29 23:00:40 +08:00
krau
3b85911e3d
fix: mimetype nil pointer
2025-06-20 22:42:57 +08:00
krau
40cb3dad9d
feat: handle grouped msgs, close #72
2025-06-20 22:07:21 +08:00
krau
44c0c784d7
fix: default dir call back data type
2025-06-16 00:09:29 +08:00
krau
8ebf96444d
fix: optimize directory data handling in BuildSetDirKeyboard function
2025-06-16 00:08:52 +08:00
Krau
900823cdb9
refactor: refactor task logic for better scalability ( #76 )
...
* refactor: a big refactor. wip
* refactor: port handle file
* refactor: place all handlers
* fix: task info nil pointer
* feat: enhance task progress tracking and context management
* feat: cancel task
* feat: stream mode
* feat: silent mode
* feat: dir cmd
* refactor: remove unused old file
* feat: rule cmd
* feat: handle silent mode
* feat: batch task
* fix: batch task progress and temp file cleanup
* refactor: update file creation and cleanup methods for better resource management
* feat: add save command with silent mode handling
* feat: message link
* feat: update message prompts to include file count in storage selection
* feat: slient save links
* refactor: reduce dup code
* feat: rule type
* feat: chose dir
* feat: refactor file handling and storage rules, improve error handling and logging
* feat: rule mode
* feat: telegraph pics
* fix: tphpics nil pointer and inaccurate dirpath
* feat: silent save telegraph
* feat: add suffix to avoid file overwrite
* feat: new storage telegram
* chore: tidy go mod
2025-06-15 23:57:49 +08:00