https://github.com/zisra/check-defly-servers
https://github.com/zisra/check-defly-servers
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zisra/check-defly-servers
- Owner: zisra
- Created: 2024-11-01T16:49:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T08:10:33.000Z (over 1 year ago)
- Last Synced: 2025-03-30T12:29:10.617Z (over 1 year ago)
- Language: Python
- Size: 287 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Defly server checker
This script uses a CRON job to check the defly.io teams and defuse server in the USE region every 30 minutes. The raw data for this (updated every few weeks), can be found here:
## Installation
Clone the repository:
```sh
git clone https://github.com/zisra/check-defly-servers
cd defly-server-checker
```
Install the requirements:
```sh
pip install -r requirements.txt
npm install
```
## Usage
To collect the data every 30 minutes:
```sh
npm start
```
To plot the data:
```sh
npm run graph:teams
npm run graph:defuse
```
## Data
- [defuse.csv](./data/defuse.csv)
- [teams.csv](./data/teams.csv)
## Images