dbluhm / bitbot-rs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Rust 95.5%Language:Makefile 4.5%