Basic package to send and receive requests from the League of Legends client
Project description
lolclient_lib
Basic package to send and receive requests to the League of Legends client.
Installation
pip install lolclient-lib
How to use
from lolclient import *
reqInfo = clientInfo()
clientInfo()
will return the basic url and authorization header needed to send POST and GET requests.
Always put reqInfo
as the first parameter for every method.
Example
from lolclient import *
reqInfo = clientInfo()
createLobby(reqInfo, Lobby.DRAFT)
startMatchmaking(reqInfo)
Automatically creates a normal draft lobby, and starts the matchmaking.
More examples:
name = getSummonerName(reqInfo))
>> Return your summoner name
createLobbyCustom(reqInfo, 5)
>> Creates a custom lobby of team size 5
createLobby(reqInfo, Lobby.RANKED_SOLO)
>> Creates a ranked solo lobby
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lolclient-lib-0.0.4.tar.gz
(5.5 kB
view hashes)
Built Distribution
Close
Hashes for lolclient_lib-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd0668c295f18fe45dd6ba30e014f50983aeb7438226c81ebef860f713bf6324 |
|
MD5 | c6a2aa4a2503e609353bb2f91ed97f2e |
|
BLAKE2b-256 | ac06e5dfb176cedf11a9fc6a36c8daac3af776d95cdceca3450cad06377976a7 |