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:
parent
a177e01640
commit
f6eb26e07b
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,4 +3,5 @@ lastid.txt
|
|||
osuapi.txt
|
||||
steamapi.txt
|
||||
telegramapi.txt
|
||||
hearthstoneapi.txt
|
||||
*.pyc
|
6
hearthstone.py
Normal file
6
hearthstone.py
Normal 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')
|
||||
|
Loading…
Reference in a new issue