WuWaConvene - A module for Python that allows you to get the gacha history from the game Wuthering Waves, also calculate the guarantors and generate an information card.
Project description
WuWaConvene.py
WuWaConvene - A module for Python that allows you to get the gacha history from the game Wuthering Waves, also calculate the guarantors and generate an information card
Possibilities:
- Get banner history
- Generate card
- Automatically receive a link to the journal
- Counting history
Helpful information:
Install:
pip install wuwaconvene
Launch:
import asyncio
import wuwaconvene
async def main():
async with wuwaconvene.Convene(link = "YOU_LINK") as convenes:
data = await convenes.get(1, lang= 'en', generator=True)
data = await convenes.calculator(data)
for key in data.data:
icon = await key.get_icon()
if key.typeRecord == 1:
print(f"==[{key.resourceType}] ({key.qualityLevel}) {key.name} - {key.time} [{key.drop}]\nICON: {icon.icon}\nBANNER: {icon.banner}\n")
else:
print(f"[{key.resourceType}] ({key.qualityLevel}) {key.name} - {key.time}[{key.drop}]\nICON: {icon.icon}\n")
print(f"Total Spin: {data.info.total_spin}\nAstrite: {data.info.astrite}\n==|Five Stars: {data.info.five_stars.resonator} | {data.info.five_stars.weapon}\n==|Four Stars: {data.info.four_stars.resonator} | {data.info.four_stars.weapon}\n==Three Stars: {data.info.three_stars.weapon}")
asyncio.run(main())
[!NOTE]
The module is still under development, this is not the final version, so stay tuned for updates
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wuwaconvene-0.1.0.tar.gz.
File metadata
- Download URL: wuwaconvene-0.1.0.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac240a0d9153294b057152fd4325b14ab6026b9ede4c57d381de68700a3b7306
|
|
| MD5 |
46d3ccaa7889143126e18efbed707dfe
|
|
| BLAKE2b-256 |
53567404cd1501803f30e48f4af3d5dfe9491e50c6a65d89ecc71a85fb9ae2f6
|
File details
Details for the file wuwaconvene-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wuwaconvene-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6838169c95dc1d43cb911e92ec4a3d1b9c0b2d548129c37a5c5894c129505a4f
|
|
| MD5 |
0e05f0c6f481d8868bb1abaeb84aefee
|
|
| BLAKE2b-256 |
6c67778281c653b66324415a0e150d593fe1cadc4f23b5593fb84ddff3065636
|