mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-09 20:09:31 +02:00
9 lines
154 B
Python
9 lines
154 B
Python
import pyspw
|
|
|
|
# Init library
|
|
api = pyspw.SpApi(card_id='card_id',
|
|
card_token='card_token')
|
|
|
|
# Get card balance
|
|
print(api.get_balance())
|