-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add keywords filter and blacklist #94
Comments
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 ?? |
keyword filtering currently not supported yet |
If possible check this out ,https://github.com/aahnik/tgcf , it just need multiple source to destination forward and topics support from your repo. |
keyword filters and blacklist added on 2.3.0 |
Thanks |
[
{
"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 ??
The text was updated successfully, but these errors were encountered: