https://github.com/seemenkina/senderbot
Tool for sending local files or folders to the telegram chat or channel
https://github.com/seemenkina/senderbot
bot golang telegram
Last synced: 24 days ago
JSON representation
Tool for sending local files or folders to the telegram chat or channel
- Host: GitHub
- URL: https://github.com/seemenkina/senderbot
- Owner: seemenkina
- Created: 2021-03-04T16:46:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T15:20:21.000Z (over 5 years ago)
- Last Synced: 2025-03-05T11:53:58.776Z (over 1 year ago)
- Topics: bot, golang, telegram
- Language: Go
- Homepage:
- Size: 343 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
$ senderbot /var/log/nginx/access.log
```
And voila:

## 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](./assets/docs/BUILD.md)