Skip to content

andrearaponi/Telly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telly

Current Version

This is a Rust command line application powered by rust-curl , made to simplify the use of apis bot telegram.

Telly Preview


Buy me a coffee

Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying me a coffee, so I can dedicate more time on open-source projects like this

Buy Me A Coffee


Features

  • Send message a specific recipient from bot telegram.

Setup

If you don't have rust installed on your machine, you can do it with this command: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Clone this repo to your desktop and run cargo run and cargo build --release to install all the dependencies and compile a release version.


Usage

Telly needs an .ini configuration file, containing the following information:

[DEFAULT]
api_key = apiKeyBotTelegram
basic = https://api.telegram.org/botnumber:
recipient = chatId
telly config.ini "hello world"

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

About

command line tool for telegram bots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages