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
- Host: GitHub
- URL: https://github.com/secondfry/wingspanstats
- Owner: secondfry
- Created: 2016-08-01T16:00:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T23:22:17.000Z (over 3 years ago)
- Last Synced: 2025-01-18T17:44:10.871Z (9 months ago)
- Topics: eve-online, eveonline, mongodb, python, zkillboard
- Language: Python
- Homepage: https://wds-stats.secondfry.ru
- Size: 6.86 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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