Skip to content

Instantly share code, notes, and snippets.

@trsqxyz
trsqxyz / 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"