luissilva1044894 /
Pyrez
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
60/100 healthLoading repository data…
PaxxPatriot / repository
An API wrapper for the Skinport API written in Python.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An API wrapper for the Skinport API written in Python.
Python 3.11 or higher is required
To install the library, you can just run the following command:
# Linux/macOS
$ python3 -m pip install -U skinport.py
# Windows
> py -3 -m pip install -U skinport.py
To install the development version, do the following:
$ git clone https://github.com/PaxxPatriot/skinport.py
$ cd skinport.py
$ python3 -m pip install -U .
import asyncio
import skinport
async def main():
client = skinport.Client()
# Get a list of all listed CS:GO items on skinport.com
items = await client.get_items()
print(items)
if __name__ == "__main__":
asyncio.run(main())
Selected from shared topics, language and repository description—not editorial ratings.
luissilva1044894 /
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
60/100 healthMecha-Karen /
An API wrapper for discord, built using aiohttp and pydantic.
38/100 healthPaxxPatriot /
An API wrapper for the CSFloat API written in Python.
Damego /
Python async api wrapper for anilibria.tv
45/100 healthkiraware /
An API wrapper for BMKG written in Python.
47/100 healthPaxxPatriot /
An API wrapper for the Faceit API written in Python.
57/100 health