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,7 @@
import pyspapi
spapi = pyspapi.SPAPI(card_id='card_id', token='token')
print(spapi.get_user(262632724928397312))
print(spapi.get_users([262632724928397312, 264329096920563714]))