Simple authentication package for the Bayes Esports API
Project description
lol_bayes_auth
Simple authentication package for the Bayes Esports API
Install
pip install lol_bayes_auth
If you wish to install the latest development version:
pip install -U git+https://github.com/Allan-Cao/lol_bayes_auth
Example Usage
from lol_bayes_auth import BayesAuth
authv1 = BayesAuth('v1username', 'v1password', True)
authv2 = BayesAuth('v2username', 'v2password')
v1token = authv1.get_token()
v2token = authv2.get_token()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lol_bayes_auth-0.1.3.tar.gz
(14.3 kB
view hashes)
Built Distribution
Close
Hashes for lol_bayes_auth-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cca4821a2fb2c209de06f066687044bd1db5ecdae1b9eb761924c43e0f177b0 |
|
MD5 | 0f7cfaabac2089eaa06277088b313053 |
|
BLAKE2b-256 | 60b10ce7141b637e9e8e894de92b07a6724d1073032bffd632be97f0cacbf34b |