Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y1ndan/genshinhelper2
A Python library for miHoYo bbs and HoYoLAB Community. genshin 原神签到小助手 树脂提醒 微博超话 米游社米游币 崩坏3
https://github.com/y1ndan/genshinhelper2
api genshin genshin-impact genshin-impact-helper genshinhelper hoyolab mihoyo
Last synced: about 1 month ago
JSON representation
A Python library for miHoYo bbs and HoYoLAB Community. genshin 原神签到小助手 树脂提醒 微博超话 米游社米游币 崩坏3
- Host: GitHub
- URL: https://github.com/y1ndan/genshinhelper2
- Owner: y1ndan
- License: gpl-3.0
- Created: 2021-10-29T16:04:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T12:30:54.000Z (over 1 year ago)
- Last Synced: 2024-10-02T11:39:44.788Z (3 months ago)
- Topics: api, genshin, genshin-impact, genshin-impact-helper, genshinhelper, hoyolab, mihoyo
- Language: Python
- Homepage: https://www.yindan.me
- Size: 58.6 KB
- Stars: 529
- Watchers: 7
- Forks: 238
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - y1ndan/genshinhelper2 - A Python library for miHoYo bbs and HoYoLAB Community. genshin 原神签到小助手 树脂提醒 微博超话 米游社米游币 崩坏3 (Python)
README
# genshinhelper
A Python library for miHoYo bbs and HoYoLAB Community.
## Installation
Via pip:
```
pip install genshinhelper
```Or via source code:
```
git clone https://github.com/y1ndan/genshinhelper2.git
cd genshinhelper2
python setup.py install
```## Basic Usage
```python
import genshinhelper as ghcookie = 'account_id=16393939; cookie_token=jPjdK4yd7oeIifkdYhkFhkkjde00hdUgh'
g = gh.Genshin(cookie)
roles = g.roles_info
print(roles)
```