1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

/hs coming soon

This commit is contained in:
Steffo 2015-12-20 18:41:28 +01:00
parent a177e01640
commit f6eb26e07b
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,4 +3,5 @@ lastid.txt
osuapi.txt
steamapi.txt
telegramapi.txt
hearthstoneapi.txt
*.pyc

6
hearthstone.py Normal file
View file

@ -0,0 +1,6 @@
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')