mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-09 20:09:31 +02:00
fc1161f34196d47656c28418abccbf4412c263c9
Py SPW
Library for work with SPWorlds API in Python.
Installation
You need python >=3.7
pip install Py-SPW
Getting example
Checking user access
import pyspw
api = pyspw.SpApi(card_id='card_id',
card_token='card_token')
print(api.check_access('437610383310716930'))
Ask help
- See the code examples
- If you found a bug in a library report it to issue tracker
- Get help with your code using Py-SPW discussions
Links
Languages
Python
100%