API wrapper for ambr.top written in Python
Project description
ambr-py
Quick links
Developing something for Hoyoverse games? Here's a collection of Python async API wrappers for Hoyoverse games made by me:
- enka.py is an Enka Network API wrapper for fetching in-game showcase.
- yatta.py is a Project Yatta API wrapper for fetching Honkai Star Rail game data.
- ambr.py is a Project Ambr API wrapper for fetching Genshin Impact game data.
- hakushin.py is a Hakushin API wrapper for fetching Genshin Impact and Honkai Star Rail beta game data.
Introduction
ambr-py is an async API wrapper for Project Ambr written in Python.
Project Ambr is a beautiful website that displays Genshin Impact game data.
Note: I am not the developer of Project Ambr.
Features
- Fully typed.
- Fully asynchronous by using
aiofiles
,aiohttp
, andasyncio
, suitable for Discord bots. - Provides direct icon URLs.
- Supports Python 3.11+.
- Supports all game languages.
- Supports persistent caching using SQLite.
- Supports Pydantic V2, this also means full autocomplete support.
Installation
# poetry
poetry add ambr-py
# pip
pip install ambr-py
Quick Example
import ambr
import asyncio
async def main() -> None:
async with ambr.AmbrAPI(ambr.Language.CHT) as client:
await client.fetch_characters()
asyncio.run(main())
Getting Started
Read the wiki to learn more about on how to use this wrapper.
Questions, Issues, Contributions
For questions, you can contact me on Discord or open an issue.
To report issues with this wrapper, open an issue.
To contribute, fork this repo and submit a pull request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ambr_py-1.7.14.tar.gz
.
File metadata
- Download URL: ambr_py-1.7.14.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43d9265692275aab6d428d17e1ef05a0eab144a287e1700d74273cf2791ef8cd |
|
MD5 | 4ed55b1bcb6b0f3e0d2b72e59bd3bb23 |
|
BLAKE2b-256 | bb5b28c9934c2c8c00ed93276b408c5cb53ee62ef4a38ae29c19f7c2d90ef7ab |
File details
Details for the file ambr_py-1.7.14-py3-none-any.whl
.
File metadata
- Download URL: ambr_py-1.7.14-py3-none-any.whl
- Upload date:
- Size: 36.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 546b67ab0b14c16afc771f522793ddbe8a61a8ab50d744368db47e148e225273 |
|
MD5 | 17689784f8c97ebdeb4949682427ac2b |
|
BLAKE2b-256 | 3714bf94ab2a0bae5c38657d10b7aaef3fc1f02bed8499a02fdf179c82ddcc6f |