Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Modern API wrapper for Genshin Impact & Honkai Impact 3rd built on asyncio and pydantic.
Documentation: https://thesadru.github.io/genshin.py
API Reference: https://thesadru.github.io/genshin.py/pdoc/genshin
Source Code: https://github.com/thesadru/genshin.py
The primary focus of genshin.py is convenience. The entire project is fully type-hinted and abstracts a large amount of the api to be easier to use.
Key features:
Note: This library is a successor to genshinstats - an unofficial wrapper for the Genshin Impact api.
pip install genshin
A very simple example of how genshin.py would be used:
import asyncio
import genshin
async def main():
cookies = {"ltuid": 119480035, "ltoken": "cnF7TiZqHAAvYqgCBoSPx5EjwezOh1ZHoqSHf7dT"}
client = genshin.Client(cookies)
data = await client.get_genshin_user(710785423)
print(f"User has a total of {data.stats.characters} characters")
asyncio.run(main())
Any kind of contribution is welcome. Please read CONTRIBUTING.md to see what you need to do to make a contribution.
FAQs
API wrapper for HoYoLAB/Miyoushe API built on asyncio and pydantic.
We found that genshin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.