2023-05-08 22:10:24 +03:00
2023-05-08 22:10:24 +03:00
2023-05-08 21:43:58 +03:00
2023-05-08 21:43:58 +03:00
2022-07-14 17:37:01 +03:00
2023-05-08 22:10:24 +03:00
2022-07-14 17:37:01 +03:00
2023-05-08 21:43:58 +03:00
2023-05-08 21:43:58 +03:00
2022-07-15 00:51:41 +03:00
2023-05-08 21:43:58 +03:00

Py SPW

Library for work with SPWorlds API in Python.

Installation

Need python version >=3.7

pip install Py-Spw

Quick start

Checking user access

import pyspw

api = pyspw.SpApi(card_id='card_id',
                  card_token='card_token')

print(api.check_access('437610383310716930'))

How to

You can see examples to help solve your problem

Description
Library for work with SPWorlds API in Python.
Readme MIT 76 KiB
Languages
Python 100%