Commit Graph
100 Commits
Author SHA1 Message Date
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 f947ee6fc7 fix: implement filename strategy in userbot listen mode 2025-09-28 16:49:32 +08:00
krau 40ad12a892 fix: update SOCKS5 proxy dialer implementation for consistency 2025-09-18 22:28:25 +08:00
krau 697e419643 feat: refactor command registration to use a centralized handler list 2025-09-13 10:37:43 +08:00
Krau eef051de3b feat: custom filename template (#110) 2025-09-13 10:25:45 +08:00
krau 6e29442c05 fix: update Docker deployment instructions for userbot integration 2025-09-13 10:21:10 +08:00
krau a3f1f75caf fix: update initialization error message for clarity, close #108 2025-09-13 10:19:00 +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 980455fd24 fix: remove go generate command from build process in Dockerfile and workflow 2025-08-27 11:17:03 +08:00
krau 24978470cd feat: add go generate command to build process and update go.mod dependencies 2025-08-27 11:12:42 +08:00
krau 215e082028 feat: implement internationalization support and update help commands 2025-08-27 11:09:38 +08:00
krau a7b93e57fc refactor: js api 2025-08-24 22:49:44 +08:00
krau a4b3b459a9 docs: change service restart policy to always 2025-08-24 14:47:13 +08:00
krau 06f326088a fix: remove redundant check for current version equality in update command 2025-08-24 14:37:01 +08:00
krau b7d3ec6230 docs: update upgrade command 2025-08-24 14:26:47 +08:00
krau f812990e1c feat: update help command to include usage and feedback group links 2025-08-24 14:18:43 +08:00
krau 492900bbef feat: add update command and callback for version checking and upgrading 2025-08-24 14:16:26 +08:00
krau 764be2a083 fix: improve error handling in config initialization 2025-08-24 14:16:23 +08:00
krau 46c21b77e9 feat: enhance Save method to validate chat ID and adjust ForceFile logic for image uploads 2025-08-24 12:02:27 +08:00
krau 8b389a58d5 fix: improve chat ID parsing in Save method and fallback to configured chat_id 2025-08-24 11:46:12 +08:00
krau 25ad9befa0 feat: add ForceFile option to TelegramStorageConfig and update Save method 2025-08-24 11:38:44 +08:00
krau e824b210d1 feat: improve telegram storage chat ID parsing logic 2025-08-24 11:29:19 +08:00
krau ae0aa7db3f fix: skip overwrite dirpath and storage when rule miss match 2025-08-24 11:28:37 +08:00
krau 226c15ef08 feat: add NormalizePathname function and update task handling for parsed items 2025-08-24 10:28:50 +08:00
krau 9b3f955e48 feat: use default HTTP client from netutil for task creation 2025-08-24 09:37:52 +08:00
krau 4997ec408f docs: update parsers 2025-08-23 20:42:51 +08:00
krau 0756cc9eb1 fix: improve parser configuration handling and default values 2025-08-23 20:40:13 +08:00
krau 37c32a23d4 feat: add Kemono parser with download info extraction and API handling 2025-08-23 20:18:02 +08:00
krau 3aa1e2eaed feat: enhance text message handling and parser configuration 2025-08-23 20:17:56 +08:00
krau b87dd68880 feat: proxy client for parser 2025-08-23 20:17:24 +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 94f796d0e8 refactor: move version to config package 2025-08-23 16:10:02 +08:00
krau c023fd869d feat: refactor jsParser to use ParserMethod constants and remove redundant locking in ParseWithContext 2025-08-23 16:04:32 +08:00
krau e5d1e143e0 feat: configurable parser and refactor config 2025-08-23 14:29:32 +08:00
krau 03eb4f8a18 feat: update parser interface to include context in Parse method 2025-08-23 14:01:00 +08:00
krau 231eb61d25 docs: update parser plugin readme and add example danbooru parser 2025-08-23 12:35:04 +08:00
krau fd1b586b8d feat: inject ghttp to js vm 2025-08-23 12:34:39 +08:00
krau d035a3409e feat: support multiple parser additions and include media size in Twitter parser 2025-08-22 23:11:16 +08:00
krau 6112f6c240 feat: truncate item description to 233 characters in parsed text 2025-08-22 15:00:09 +08:00
krau 18eedf2edb docs: update parsers configuration and features 2025-08-22 10:02:44 +08:00
krau 5f9bba9ff7 docs: update contribute and parser help 2025-08-22 09:56:53 +08:00
krau 0d3d2209be docs: update readme 2025-08-22 09:28:24 +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 79386bdd7d fix: improve error handling in recovery middleware 2025-08-21 14:39:41 +08:00
krau f0607de2cc fix: update gotgproto dependency version 2025-08-15 16:49:18 +08:00
krau b2bfc96a8f fix: get user client panic 2025-08-03 22:25:56 +08:00
krau 0c5bb2ba77 docs(zh): update watch feat 2025-08-03 17:35:47 +08:00
krau 9cc87380ff feat: update bot commands and help 2025-08-03 17:26:47 +08:00
krau 46afc14322 fix: debounce send media event and ignore edit or delete updates 2025-08-03 17:22:55 +08:00
krau 0c16650ea5 fix: watch chat check 2025-08-03 17:04:26 +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 8f9ef07d1c refactor: replace functions.GetMediaFileNameWithId with tgutil.GetMediaFileName for better media file name handling 2025-08-02 16:55:12 +08:00
krau 36285a0700 feat(storage/telegram): add support for uploading images excluding webp format 2025-08-02 11:41:18 +08:00
krau ccf206d176 feat(storage/telegram): enhance file upload handling with content length support and media type differentiation 2025-08-02 11:22:14 +08:00
krau 4c851cbbaf ci: fix version inject 2025-08-02 10:58:29 +08:00
krau b9d14f79c8 refactor: simplify dler client interface 2025-08-02 10:01:59 +08:00
krau ee5e0b8ff0 fix: use gotgproto fork and upgrade deps 2025-07-30 17:46:36 +08:00
krau 6423fb25a7 fix: update max upload part size to use uploader's maximum value and adjust document upload options 2025-07-28 14:58:01 +08:00
krau 03907f2d32 fix: improve error handling during file download in stream mode 2025-07-28 14:37:08 +08:00
krau 4ebacb02c1 chore: tidy go mod 2025-07-09 20:35:55 +08:00
krau fc4a112f08 fix: enhance filename generation by using media file name if available 2025-07-07 14:12:33 +08:00
krau 7a2274baa0 refactor: update configuration file structure and improve comments for clarity 2025-07-07 13:57:58 +08:00
krau 69a3ed6f4e fix: parse chat ID correctly in Save method for Telegram storage 2025-07-07 13:48:16 +08:00
krau 36f3dd83fc refactor: remove error wrapping in retry middleware skip logic 2025-07-07 13:44:32 +08:00
krau 501b9d844a docs: update userbot content 2025-07-04 16:26:17 +08:00
krau 03cec7ec01 docs: add IS-ALBUM rule type 2025-07-04 16:18:01 +08:00
krau dc0debcd1c fix: add unique filename handling with error logging in Save method for Minio and Webdav 2025-07-04 16:10:42 +08:00
krau 4b136bd41e feat: add test case for nested directory file writing 2025-07-04 16:08:01 +08:00
krau d703f11ea0 feat: implement album handling rules and refactor related logic 2025-07-04 16:01:29 +08:00
krau 3ce9926967 feat: handle media group message in updates 2025-07-04 14:36:03 +08:00
krau 80146176f0 feat: make retry middleware configurable 2025-07-04 13:38:55 +08:00
krau 14ba2afdf8 chore: update funding url 2025-07-04 13:38:28 +08:00
krau f4d427a1cb fix(dockerignore): ensure docs directory is ignored correctly 2025-06-30 22:49:01 +08:00
krau f84c83a7e2 fix(ci): try speed up docker build 2025-06-30 22:47:47 +08:00
krau cb6540c017 fix(minio): trim leading slash in JoinStoragePath method 2025-06-30 22:19:33 +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 75f52569a0 deps: upgrade 2025-06-29 22:26:52 +08:00
krau c795f957a9 refactor: user client and proxy handling; remove unused auth code 2025-06-29 22:25:05 +08:00
krau 3b85911e3d fix: mimetype nil pointer 2025-06-20 22:42:57 +08:00
krau 336309fad0 chore: remove unuse comment 2025-06-20 22:29:37 +08:00
krau 394cdff865 feat: regex filter for batch save message 2025-06-20 22:25:46 +08:00
krau 40cb3dad9d feat: handle grouped msgs, close #72 2025-06-20 22:07:21 +08:00
krau 2979628cf7 docs(zh): add hook docs 2025-06-20 21:46:00 +08:00
krau c82c2462bf feat: exec command hook , close #79 2025-06-20 21:30:50 +08:00
krau 88128ecac2 fix: cache init after config 2025-06-20 21:27:45 +08:00
krau 758564d436 feat(config): add cache configuration options for TTL, num counters, and max cost 2025-06-18 10:51:03 +08:00
krau f5e33472eb feat: add IterMessages function for message iteration with error handling 2025-06-18 10:50:54 +08:00
krau 4df2c5a06d refactor: replace key package with ctxkey for context keys 2025-06-17 22:19:06 +08:00
krau eb6f8675a4 fix(minio): pass the size to minio puitobject 2025-06-17 22:10:20 +08:00
krau 473a5b9413 chore: update help text 2025-06-16 17:31:34 +08:00
krau 6c2abe3025 chore: remove deprecated config 2025-06-16 17:11:26 +08:00
krau e7e5b9f434 docs: add repo link 2025-06-16 17:05:31 +08:00
krau d4d39d1c07 chore: update readme 2025-06-16 16:57:39 +08:00
krau 73b5f1b18e docs: add en translate 2025-06-16 16:30:45 +08:00
krau 837700bf63 docs: adjust font size 2025-06-16 16:08:03 +08:00
krau 53e6d7cc54 ci(docs): fix ci 2025-06-16 16:01:50 +08:00
krau 4206d1fe96 docs: refactor 2025-06-16 15:58:03 +08:00