Skip to content

RustRome/mozitahub_bot-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MozIta Telegram bot written in rust

Build Status codecov

Mozitahub_bot-rs is the rusty version of the mozitahub_bot.

Supported Rust Version

Mozitahub_bot is built against the latest stable, nightly, and beta Rust releases. The minimum version supported is the latest stable release (rustc 1.36.0 a53f9df32 2019-07-03).

Install rust

Rust toolchain is installed by rustup the official rust toochain installer.
If nightly toolchain is preferred, install the rust nightly toolchain as explained below

$ rustup install nightly

Download build and run Mozitahub_bot

Clone the git repository

$ git clone https://github.com/RustRome/mozitahub_bot-rs.git && cd mozitahub_bot-rs

Build and run the bot

$ cargo run

LICENSE

This project is licensed under the MIT License

CONTRIBUTING

Interested in getting involved? We would love to help you! For simple bug fixes, just submit a PR with the fix and we can discuss the fix directly in the PR. If the fix is more complex, start with an issue.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Mozitahub_bot by you, shall be licensed as MIT, without any additional terms or conditions.

We support the Rust Code of Conduct