An open API service indexing awesome lists of open source software.

https://github.com/secondfry/wingspanstats

Wingspan Delivery Services Statistics backend
https://github.com/secondfry/wingspanstats

eve-online eveonline mongodb python zkillboard

Last synced: 7 months ago
JSON representation

Wingspan Delivery Services Statistics backend

Awesome Lists containing this project

README

          

# Wingspan Statistics
## Overview
- Configuration stored in `config/statsconfig.py`.
- `CORPORATION_IDS` are corporations to check for.
- `ALLIANCE_IDS` are alliances to check for.
- Make sure to change:
- `EARLIEST` for starting point in time.
- `HEADERS` to represent yourself.
- Currently implemented backends:
- DB fetcher:
- zKillboard.
- ESI.
- DB parse:
- MongoDB.

## Usage
```bash
$ nano config/statsconfig.py
$ python3 wingspanstats.py
```

## Thanks
- farshield/wingspanstats