You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would find a new feature which allows sending attachments using notify useful. For example notify -attachment sample.pdf will send local file sample.pdf as attachment to telegram/discord/etc. bot
Describe the use case of this feature:
I am running bug bounty automation which return big outputs. The way notify works right now it sends separate message for each new line which is spamming my bot. I want to send the output as txt file and process it from there using the bot.
It would also be helpful for improving BOT integrations. Let's say I send an output.txt which will be processed programatically by another piece of code/BOT.
The text was updated successfully, but these errors were encountered:
Please describe your feature request:
I would find a new feature which allows sending attachments using notify useful. For example
notify -attachment sample.pdf
will send local file sample.pdf as attachment to telegram/discord/etc. botDescribe the use case of this feature:
I am running bug bounty automation which return big outputs. The way notify works right now it sends separate message for each new line which is spamming my bot. I want to send the output as txt file and process it from there using the bot.
It would also be helpful for improving BOT integrations. Let's say I send an output.txt which will be processed programatically by another piece of code/BOT.
The text was updated successfully, but these errors were encountered: