Welcome to the Beemo Log Analyzer! This Rust application processes and analyzes Beemo logs, providing insightful data regarding join dates and times.
These instructions will help you get a copy of the project up and running on your local machine.
- Rust: You will need Rust and Cargo (Rust’s build system and package manager) installed on your machine. Visit the link to install it.
-
Clone the Repository:
git clone https://github.com/net-tech/beemo-join-time-diff.git
-
Navigate to the Repository:
cd beemo-join-time-diff
-
Build the Project:
cargo build --release
-
Run the Project:
cargo run --release -- [Beemo log URL]
Replace
[Beemo log URL]
with the Beemo log URL you want to analyze.
After installing you can just run
cargo run --release -- [Beemo log URL]
Feel free to fork the project, open a PR, or submit issues with feature requests or bug reports. Every contribution is appreciated!
This project is licensed under the MIT License - see the LICENSE.md file for details.