Skip to content

Instantly share code, notes, and snippets.

View r3cebarnett's full-sized avatar
💭
cuhackit19

Maurice Barnett r3cebarnett

💭
cuhackit19
View GitHub Profile
@r3cebarnett
r3cebarnett / hearthstone.py
Created June 28, 2018 03:00
Hearthstone wikia example
python
import requests
import json
response = request.get("https://omgvamp-hearthstone-v1.p.mashape.com/cards",
headers={
"X-Mashape-Key": ""
}
)