Telegram cli tool for bot notifications
I used telegram botfather for this cli app
This tool code is copy of slackcat
export TELEGRAM_API_TOKEN="apiToken"
export TELEGRAM_CHAT_ID="chat_id"
add both to bashrc command => ~/.bashrc;source ~/.bashrc
echo "hello" | teleman
cat subdomains.txt | nuclei -t ./nuclei-templates -silent | teleman
You will get a notification in your telegram bot if you setup the token and chat it correctly
go get github.com/balook/teleman