A Python wrapper for Pocket48 API.
-
Install with pip:
pip install git+https://git@github.com:wdwind/pocket48_api.git
-
To update:
pip install git+https://git@github.com:wdwind/pocket48_api.git --upgrade
-
To update with latest repo code:
pip install git+https://git@github.com:wdwind/pocket48_api.git --upgrade --force-reinstall
pa
A samplepa
is provided in the api code, however, it can be only used by one account for at least 10 minutes (meaning after 10 minutes it can be reused by other accounts). It is better to have your ownpa
.- Avoiding Re-login
The recommendation is to save the requests sessions to avoid login every time when initiating the class. Too many logins may result in an account/ip ban.
Check examples/
.
MIT
Pocket48 services are changing constantly. Use it at your own risk.