Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 374 Bytes

python wrapper for spyglass-api

pip install pyglass-api
from pyglass import PyglassClient

client = PyglassClient() # or PyglassClient("https://api.spyglass.eule.wtf/banano")
acc = client.account.get_overview("ban_1hootubxy68fhhrctjmaias148tz91tsse3pq1pgmfedsm3cubhobuihqnxd")
print(acc.balance)