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.
Name: anilistWrapPY
Version: v0.0.15
Edit: 23 May 2022
By: Dank-del (Sayan Biswas) (C)
anilistWrapPY is an unofficial python wrapper for anilist API.
This library, needs python 3.7 or higher version to be installed.
You can easily download the library with the standard pip install
command:
pip install anilistWrapPY
You may want to visit our pypi page here.
>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.Airing("The Detective Is Already Dead")
>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.Anime("Kanojo mo kanojo")
>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.Character("Rin tohsaka")
>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.Manga("Classroom of the elite")
>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.Media("Talentless Nana")
>>> from anilistWrapPY import aniWrapPYClient
>>> c = aniWrapPYClient()
>>> c.User("mimiee")
If you think you have found a bug or have a feature request, feel free to use our issue tracker. Before opening a new issue, please search to see if your problem has already been reported or not. Try to be as detailed as possible in your issue reports.
If you need help using AniList APIs or have other questions about this library, we suggest you to join our telegram community. Please do not use the GitHub issue tracker for personal support requests.
Having a problem with library? Wanna talk with repository's owner? Contact the Maintainer!
Want to have a cool multi-purpose Telegram bot in your groups? You can add Nana[ナナ] with full features of AniList API!
The anilistWrapPY project is under the Unlicense. You can find the license file here.
FAQs
An API Wrapper for Official Anilist.co GraphQL API
We found that anilistwrappy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.