Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwarwick/netrunner_stats
Data from jinteki.net and Julia tools to explore with
https://github.com/jwarwick/netrunner_stats
Last synced: 3 days ago
JSON representation
Data from jinteki.net and Julia tools to explore with
- Host: GitHub
- URL: https://github.com/jwarwick/netrunner_stats
- Owner: jwarwick
- License: mit
- Created: 2021-02-06T15:27:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T18:27:02.000Z (about 3 years ago)
- Last Synced: 2024-11-08T04:41:30.655Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage: https://jinteki.net
- Size: 14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Julia Notebook for Investigating Jinteki.net Game Logs
Best run out of a docker container.
```
% docker run -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes --rm -v $PWD:/home/jovyan/work jupyter/datascience-notebook
```Data can be dumped from a JNet install via:
```
% lein get-game-stats /tmp/data.csv "2021-07-20"
```