mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
6 lines
199 B
Python
6 lines
199 B
Python
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')
|
|
|