Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 600 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 600 Bytes

senderbot

senderbot is a simple CLI tool for sending files or directories to your telegram chat or channel using one simple command (and no config files!).

Imagine you want to send a log file to your teammate:

$ senderbot /var/log/nginx/access.log

And voila:

team-log

FAQ

Can I take your binary and use it in my chat?

Not yet. By design, I wanted it to be a single binary file without configs. But this is in the plans.

How can I make a bot for myself?

Look at this instruction manual : BUILD.md