Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/net-tech/beemo-join-time-diff
This small CLI tool allows you to see the time between joins in a Beemo raid log.
https://github.com/net-tech/beemo-join-time-diff
beemo discord rust
Last synced: 3 days ago
JSON representation
This small CLI tool allows you to see the time between joins in a Beemo raid log.
- Host: GitHub
- URL: https://github.com/net-tech/beemo-join-time-diff
- Owner: net-tech
- License: other
- Created: 2022-12-10T22:17:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T17:45:24.000Z (about 2 months ago)
- Last Synced: 2024-09-16T21:54:31.869Z (about 2 months ago)
- Topics: beemo, discord, rust
- Language: Rust
- Homepage:
- Size: 650 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Beemo Log Analyzer
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnet-tech%2Fbeemo-join-time-diff.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnet-tech%2Fbeemo-join-time-diff?ref=badge_shield)Welcome to the Beemo Log Analyzer! This Rust application processes and analyzes Beemo logs, providing insightful data regarding join dates and times.
## Getting Started
These instructions will help you get a copy of the project up and running on your local machine.
### Prerequisites
- [Rust](https://www.rust-lang.org/tools/install): You will need Rust and Cargo (Rust’s build system and package manager) installed on your machine. Visit the link to install it.
### Downloading the Code
1. **Clone the Repository:**
```sh
git clone https://github.com/net-tech/beemo-join-time-diff.git
```2. **Navigate to the Repository:**
```sh
cd beemo-join-time-diff
```### Running the Code
1. **Build the Project:**
```sh
cargo build --release
```2. **Run the Project:**
```sh
cargo run --release -- [Beemo log URL]
```
Replace `[Beemo log URL]` with the Beemo log URL you want to analyze.## Usage
After installing you can just run
```sh
cargo run --release -- [Beemo log URL]
```## Contributing
Feel free to fork the project, open a PR, or submit issues with feature requests or bug reports. Every contribution is appreciated!
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnet-tech%2Fbeemo-join-time-diff.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnet-tech%2Fbeemo-join-time-diff?ref=badge_large)