Mozitahub_bot-rs is the rusty version of the mozitahub_bot.
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).
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
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
This project is licensed under the MIT License
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