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,5 @@
import pyspapi
spapi = pyspapi.SPAPI(card_id='your_card_id', token='your_token')
print(spapi.webhook_verify(data='webhook_data', header='webhook_header'))