projectdiscovery / notify

Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

Home Page:https://projectdiscovery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telegram notification drops message containing the word "Hourly"

KrE80r opened this issue · comments

A bit weird issue here on version 0.0.2

echo Hourly | notify -telegram -telegram-api-key <API>-telegram-chat-id <ID>

Would work as expected sending the message to telegram, but

echo something Hourly | notify -telegram -telegram-api-key <API>-telegram-chat-id <ID>

Does not send anything to telegram. Not sure if this a telegram issue or notify itself.

@KrE80r this should be fixed with the latest release.