tgcf
tgcf copied to clipboard
Planned features for 2024 Release
The following issues will be addressed in the upcoming release:
Core
- Interface to login telegram user accounts (no need to manually generate session string) https://github.com/aahnik/tgcf/issues/505
- also look into https://github.com/aahnik/tgcf/issues/418
- Display of proper warnings https://github.com/aahnik/tgcf/issues/520
- Graceful handling of username/entity not found https://github.com/aahnik/tgcf/issues/457
- Explore Option to enforce strict sequential ordering (if possible) https://github.com/aahnik/tgcf/issues/432
Existing Plugins
- Fix watermarking plugin (audio is lost from video after watermarking) https://github.com/aahnik/tgcf/issues/407
New Plugins
Please add
- an option to only send unique files by comparing fileID
- option to set the file name as caption
- option to only send files and videos with .mp4 or .mkv as extension
- option to only send line ending with .mkv or .mp4 in caption , I tried using
'^(?!.*\.(?:mkv|mp4|avi|zip)$).*' : ''regex in hope it will remove every line from caption that does not ends with .mp4 or .mkv but it fails
Would be glad see https://github.com/aahnik/tgcf/issues/429 is implemented near future.
It seems like there's a missing feature here, which is the ability to forward messages outside of Telegram, such as sending a simple JSON to any URL/IP. Then, it would indeed meet the claim of being "The ultimate tool to automate custom telegram message forwarding."