Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
llama-index-readers-mangadex
Advanced tools
pip install llama-index-readers-mangadex
This loader fetches information from the MangaDex API, by manga title.
from llama_index.readers.mangadex import MangaDexReader
loader = MangaDexReader()
documents = loader.load_data(
titles=["manga title 1", "manga title 2"], lang="en"
)
Document text is the manga title. There are alternate titles for many manga, so the canonical title will be returned, even if it is not the title that the user queried with.
Data | Description |
---|---|
id (str) | MangaDex manga id |
author (str) | Author's full name |
artist (str) | Artist's full name |
description (str) | Manga description |
original_language (str) | The language of the source material (before translation) |
tags (List[str]) | Describes the manga's genre, e.g. "slice of life" |
chapter_count (int) | How many chapters exist in the requested language |
latest_chapter_published_at (str) | Timestamp (YYYY-MM-DDTHH:MM:SS in timezone UTC+0) for the latest chapter in the requested language |
This loader is designed to be used as a way to load data into LlamaIndex.
FAQs
llama-index readers mangadex integration
We found that llama-index-readers-mangadex 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.