Skip to content

This is a small 🦕 Deno app for parsing HS Deck tracker logs created by the Battleground match data plugin and then uploading the logs to a Fauna DB

Notifications You must be signed in to change notification settings

fredrikbergqvist/HsBgLogParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hearthstone Battlegrounds Log Parser

This is a small 🦕 Deno app for parsing HS Deck tracker logs created by the Battleground match data plugin and then uploading the logs to a Fauna DB

I created it to play around with Fauna and Deno and will take no responsibility for any problems you may have using it ;)

Setup

Create an account Fauna and create a project.

Set paths and Fauna information in config.template.ts and rename it to config.ts.

The data schema for fauna db can be found in the data directory HsBg_Schema.gql, but I cannot guarantee that it is fully up-to-date.

Import HsBg_Schema.gql in your fauna project.

Run

deno run --allow-read --allow-write --allow-net <PATH>\HsBgLogReader\readLogs.ts

About

This is a small 🦕 Deno app for parsing HS Deck tracker logs created by the Battleground match data plugin and then uploading the logs to a Fauna DB

Resources

Stars

Watchers

Forks