Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xpr03/clantool
CF Management & Data Analysis Tool, crawler backend in rust
https://github.com/0xpr03/clantool
backend-server crawler data-analysis rust
Last synced: 7 days ago
JSON representation
CF Management & Data Analysis Tool, crawler backend in rust
- Host: GitHub
- URL: https://github.com/0xpr03/clantool
- Owner: 0xpr03
- License: apache-2.0
- Created: 2017-02-23T17:48:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T09:00:44.000Z (20 days ago)
- Last Synced: 2024-12-20T10:18:23.627Z (20 days ago)
- Topics: backend-server, crawler, data-analysis, rust
- Language: PHP
- Homepage:
- Size: 2.06 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Clantool [![Build Status](https://travis-ci.com/0xpr03/clantool.svg?branch=master)](https://travis-ci.com/0xpr03/clantool)
Full featured management tool for CF NA groups.
- Join,Leave,Account switch tracking
- suspension reports
- automated data crawling from NA website
- automatic rename detection
- second account linkage
- detailed activity reports between dates or weekly, individual and in summary
- sortable after away,freshman,cp,exp,names
- per-individual comments for notes in the weekly view, for decision making
- reports over recent membership changes
- auto leave detection
- import of older sheets
- detection of unassigned, relevant ts3 identities[Screenshots](/doc)
[Scheme](scheme_final.png)## Structure
The project consists of three parts, all connected with one Database.
The worker backend handles data gathering & triggers leave detections. It also comes with some maintenance tools build in. Furthermore it scans daily for ts3 member-identities which are not assigned to a player, to avoid incorrect reports.
On the other hand is the frontend that displays the data, renders the reports as well as forms to enter new Members & Leaves.
The third application is [ts3-manager](https://github.com/0xpr03/ts3-manager), used for ts3 data gathering.[website/](/website) contains the website frontend
[daemon/](/daemon) is the sourcecode for the rust backend## Development & Testing
For running DB tests a mariadb server instance wth an empty Database is required.
The default values are `root`:`root` for login and Database `test`.You can override the login with the following ENV variables:
`TEST_DB_USER`
`TEST_DB_PW`
Specifying only the user is interpreted as paswordless login.Tests have to run as `cargo test -- --test-threads=1` as the DB doesn't allow for parallel tests.
## Copyright
Aron Heinecke 2017-2020 under the
Apache License, Version 2.0