https://github.com/jwarwick/card_importer
Netrunner card issue creator
https://github.com/jwarwick/card_importer
go golang netrunner
Last synced: 4 months ago
JSON representation
Netrunner card issue creator
- Host: GitHub
- URL: https://github.com/jwarwick/card_importer
- Owner: jwarwick
- License: mit
- Created: 2019-02-01T21:20:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T21:26:13.000Z (over 7 years ago)
- Last Synced: 2024-12-30T21:26:45.637Z (over 1 year ago)
- Topics: go, golang, netrunner
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Netrunner Card Issue Importer
A command line tool to import a CSV file of new Netrunner cards as Github Issues.
Each entry in the CSV file will generate a new Github Issue in the specified repo with the card name as the title and the card description as the body. A label of `New Card` will be set on the Issue.
# Usage
```
% go build cmd
% ./import -token "Github OAuth Token" -repo "user/repo" new-cards.csv
```
# CSV Format
The CSV file is expected to have a header as the first line and will be skipped.
The CSV file expects to have the following fields:
```
advancement-requirement;agenda-points;base-link;cost;deck-limit;faction;id;influence-limit;influence-value;memory-cost;minimum-deck-size;position;quantity;side;strength;subtype;text;title;trash-cost;type;uniqueness
```