mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-09 20:09:31 +02:00
a607a237e6f19bef66552a15fb1ad6426be11c5b
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
Links
Languages
Python
100%