Follow telegram channel to receive a notification about new version.
Library for work with SPWorlds API in Python.
You need python >=3.7
pip install Py-SPW
Checking user access
import pyspw
api = pyspw.SpApi(card_id='card_id',
card_token='card_token')
print(api.check_access('437610383310716930'))
- 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