balook / teleman

Telegram cli tool for bot notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teleman

Telegram cli tool for bot notifications

I used telegram botfather for this cli app

This tool code is copy of slackcat

export env variables

export TELEGRAM_API_TOKEN="apiToken"

export TELEGRAM_CHAT_ID="chat_id"

add both to bashrc command => ~/.bashrc;source ~/.bashrc

How to Use ?

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

Install

go get github.com/balook/teleman

I have used bot father of Telegram

Generate Access Token and Chat_id

https://core.telegram.org/bots/api

About

Telegram cli tool for bot notifications

License:MIT License


Languages

Language:Go 100.0%