dayeol / telegram-keyword-detector

This bot detects keywords from any chat rooms and send an alert to the subscribers. Evil eavesdropper!
16 stars 5 forks source link

Practical usage example? #1

Open ephestione opened 6 years ago

ephestione commented 6 years ago

Hello this bot appears to do exactly what I'm looking for, as I want to monitor channels distributing coupons from big chinese sellers. Namely, I want to be notified when a coupon for a rasberry comes up, but then the problem arises... how do I do that? I can type /subscribe in my bot's own chat, and then I am notified of the keywords as they get typed in bot chat (d'oh) anyway I cannot subscribe to my interesting channels, as it appears. First, they don't allow users to type messages as they only publish without subscribers interaction, then even if I test the bot in other chats it doesn't appear to do anything. I tried /subscribe channelname from botchat, nothing. I tried /subscribe from inside a normal chat, nothing, I tried @botname /subscribe in the same chat ,nothing. I must be missing something ;)

azakero commented 5 years ago

Hey how did you install the bot? It would be of great help if you could help me with that information. Thanks in advance.

ephestione commented 5 years ago

been more than a year, I don't even remember 💃

Hootrix commented 4 years ago

感谢作者提供的参考,现在我已经实现了这样的功能。 有需要的可以直接使用。

http://t.me/keyword_alert_bot --

Thanks to the author for the reference. I have already implemented this function. Those who need it can directly use.

http://t.me/keyword_alert_bot

3dkfi commented 2 years ago

This is very interesting project and im trying it out. Is there a way to include space in keyword? Like "text example"? Tried out fiddling by adding "&nbps" between words and it took it as a whole word. @Hootrix