Gw2api
Guild Wars 2 API
Install / Use
/learn @hackedd/Gw2apiREADME
Guild Wars 2 API
gw2api is a Python library to interface with the Guild Wars 2 API_. It aims
to have an almost one-to-one mapping to the JSON API, with only some minor
differences.
Usage Example
.. code-block:: python
import gw2api.v2
for item in gw2api.v2.items.get(range(30684, 30705)):
link = gw2api.encode_item_link(item["id"])
print "%-26s %-9s %-10s %s" % (item["name"], item["rarity"],
item["details"]["type"], link)
gw2api is available from the Python Package Index_ and is hosted on GitHub_.
.. _Guild Wars 2 API: http://wiki.guildwars2.com/wiki/API:Main .. _Python Package Index: https://pypi.python.org/pypi/gw2api .. _GitHub: https://github.com/hackedd/gw2api
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
