/bitbot-rs

A very simple telegram bot for one-off messages written in Rust.

Primary LanguageRust

BitBot.rs

A simple telegram bot that reads from a toml configuration file then sends input from stdin to specified telegram account.

$ echo "Hello, Telegram!" | bb

Installation

Run

$ make install

This will install bb to your ~/.local/bin folder.

You will need to ensure that your local bin folder is in your PATH.