Skip to content

Instantly share code, notes, and snippets.

View tora16e's full-sized avatar

tora16e tora16e

View GitHub Profile
@tora16e
tora16e / hsd.py
Created June 3, 2017 05:06 — forked from Tenchi2xh/hsd.py
#!/usr/bin/env python2
import os
import json
import requests
import base64
import click
db_url = "https://api.hearthstonejson.com/v1/18336/enUS/cards.collectible.json"
db_path = "./db.json"