mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 04:25:25 +00:00
12 lines
283 B
Python
12 lines
283 B
Python
import pyspapi
|
|
|
|
spapi = pyspapi.SPAPI(card_id='card_id', token='token')
|
|
|
|
print(spapi.get_user(262632724928397312))
|
|
|
|
print(spapi.get_user(262632724928397312).username)
|
|
|
|
print(spapi.get_user(262632724928397312).access)
|
|
|
|
print(spapi.get_users([262632724928397312, 264329096920563714]))
|