This commit is contained in:
deesiigneer
2022-07-18 03:11:21 +03:00
parent 0667922c8c
commit 81d8b1de35
16 changed files with 409 additions and 107 deletions

View File

@@ -0,0 +1,9 @@
import pyspapi
spapi = pyspapi.SPAPI(card_id='CARD_ID', token='TOKEN')
print(spapi.transaction(receiver=12345,
amount=1,
comment="test"
)
)