1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
royalnet/hearthstone.py

7 lines
199 B
Python
Raw Normal View History

2015-12-20 17:41:28 +00:00
import filemanager
import requests
# Per far funzionare questa libreria serve un file "hearthstoneapi.txt" con l'API key ricevuta da mashape.com
apikey = filemanager.readfile('hearthstoneapi.txt')