Skip to content

Commit

Permalink
docs: Update project ambr link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati authored Sep 16, 2024
1 parent 591f6ac commit 23b34c8
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
# 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](https://github.com/seriaati/enka-py) is an Enka Network API wrapper for fetching in-game showcase.
- [yatta.py](https://github.com/seriaati/yatta) is a Project Yatta API wrapper for fetching Honkai Star Rail game data.
- [ambr.py](https://github.com/seriaati/ambr) is a Project Ambr API wrapper for fetching Genshin Impact game data.
- [hakushin.py](https://github.com/seriaati/hakushin) 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](https://ambr.top/) written in Python.
Project Ambr is a beautiful website that displays Genshin Impact game data.

ambr-py is an async API wrapper for [Project Ambr](https://gi.yatta.top/) written in Python.
Project Ambr is a beautiful website that displays Genshin Impact game data.
Developing something for Hoyoverse games? You might be interested in other API wrappers written by me [here](https://github.com/seriaati#api-wrappers).

> Note: I am not the developer of Project Ambr.
### Features
Expand Down Expand Up @@ -53,8 +45,7 @@ asyncio.run(main())

Read the [wiki](https://github.com/seriaati/ambr/wiki) to learn more about on how to use this wrapper.

## Questions, Issues, Contributions
## Questions, Issues, Feedback, Contributions

For questions, you can contact me on [Discord](https://discord.com/users/410036441129943050) or open an [issue](https://github.com/seriaati/ambr/issues).
To report issues with this wrapper, open an [issue](https://github.com/seriaati/ambr/issues).
To contribute, fork this repo and submit a [pull request](https://github.com/seriaati/ambr/pulls).
Whether you want to make any bug reports, feature requests, or contribute to the wrapper, simply open an issue or pull request in this repository.
If GitHub is not your type, you can find me on [Discord](https://discord.com/invite/b22kMKuwbS), my username is @seria_ati.

0 comments on commit 23b34c8

Please sign in to comment.