MrMissx / Telegram_Forwarder

Simple telegram bot to forward message from channel/group
GNU General Public License v3.0
491 stars 460 forks source link

[Feature Request] Add keywords filter and blacklist #94

Closed noobietele closed 5 months ago

noobietele commented 9 months ago

[ { "source": -10012345678, "destination": [-10011111111, "-10022222222#123456"] }, { "source": "-10087654321#000000", // Topic/Forum group "destination": ["-10033333333#654321"] } ]

how to add filter for keywords ?? different for each source to destination ??

noobietele commented 9 months ago

i found this repo https://github.com/noobietele/telegram-forwarder_auto ,,, like that blocked texts variable ,can we get both blocked text & whitelist text in env for each source to destination ??

MrMissx commented 9 months ago

keyword filtering currently not supported yet

noobietele commented 9 months ago

If possible check this out ,https://github.com/aahnik/tgcf , it just need multiple source to destination forward and topics support from your repo.

MrMissx commented 5 months ago

keyword filters and blacklist added on 2.3.0

noobietele commented 1 month ago

Thanks