mtimkovich / hearthsounds

get hearthstone card sounds

Home Page:https://timkovi.ch/hearthsounds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HearthSounds

Get sounds from Hearthstone cards.

Sounds are stored on Google Storage at gs://hearthsounds. HearthstoneJSON is used to get card data.

Setup

gsutil ls gs://hearthsounds | sed 's#.*/##' > hs_storage.csv
sqlite3 hs_storage.db < hs_storage.sql

This caches the sound file directory for faster lookup.

About

get hearthstone card sounds

https://timkovi.ch/hearthsounds

License:MIT License


Languages

Language:Python 74.4%Language:HTML 25.6%