An unofficial Python library for accessing OPGG data.
You can view the current active developments on the OPGG.py Project page
Note: Will likely work on versions slightly older or newer
This library is available as a pip package and can be installed via the following command:
py -m pip install opgg.py
Alternatively, you can use the provided requirements.txt to install the required libraries by running the following command:
py -m pip install -r requirements.txt
from opgg.v2.opgg import OPGG
from opgg.v2.params import Region
def main():
opgg = OPGG()
results = opgg.search("HandOfTheCouncil", Region.NA)
[print(result) for result in results]
if __name__ == "__main__":
main()
Important Note: The information returned below is a summary view with the most important parts of each object shown "at a glance". Many of the objects have several additional properties that can be accessed by referencing the object in code.
[NA ] HandoftheCouncil #NA1 | Level: 547 [Summoner ID: t7NuBl5eATWiqoZMu2MzZbAX1S9IDyp4Kzut5Z_4QT3-tWs]
Here's a link to the Support Discord