speedrun.py:speedrun.com的异步API包装器

时间:2024-03-01 06:28:41
【文件属性】:

文件名称:speedrun.py:speedrun.com的异步API包装器

文件大小:5KB

文件格式:ZIP

更新时间:2024-03-01 06:28:41

Python

speedrun.py 用于speedrun.com API的简单异步包装器 例 import aiohttp from speedrunpy import SpeedrunPy src = SpeedrunPy ( session = aiohttp . ClientSession ()) games = await src . get_games ( "Super Mario Sunshine" ) print ( games [ 0 ]. name ) print ( games [ 0 ]. id ) # output Super Mario Sunshine 1 kgr75w4


【文件预览】:
speedrun.py-master
----requirements.txt(22B)
----LICENSE(1KB)
----setup.cfg(40B)
----speedrunpy()
--------__init__.py(10KB)
----setup.py(862B)
----README.md(319B)
----.gitignore(13B)

网友评论