Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.