Skip to content

Instantly share code, notes, and snippets.

#!/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"