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

Sending attachments - FR

0xtavi opened this issue · comments

commented

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. 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.

agree! +1

+1