tgcf icon indicating copy to clipboard operation
tgcf copied to clipboard

Planned features for 2024 Release

Open aahnik opened this issue 2 years ago • 3 comments

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

aahnik avatar Dec 06 '23 09:12 aahnik

Please add

  1. an option to only send unique files by comparing fileID
  2. option to set the file name as caption
  3. option to only send files and videos with .mp4 or .mkv as extension
  4. 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

cleanerspam avatar Jan 08 '24 13:01 cleanerspam

Would be glad see https://github.com/aahnik/tgcf/issues/429 is implemented near future.

mar-tusita avatar Jan 09 '24 03:01 mar-tusita

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."

ShamanValius avatar Apr 10 '24 18:04 ShamanValius