2.1.0 • Published 10 months ago
@regedit-msc/manga_raw_scraper v2.1.0
Manga Raw Scraper
Overview
This codebase scrapes manga data from multiple sources using TypeScript and Cheerio.
Features
- Fetches newest and most viewed manga
- Retrieves manga by genre or query term
- Provides chapter details, manga metadata, and cover images
Requirements
- Node.js >= 16
- Yarn (recommended) or npm
Installation
yarnBuild:
yarn buildScripts
- dev: Run with
ts-node - watch: Watch and rebuild
Usage
import { mostViewed, newManga, mangaByGenre } from "@regedit-msc/manga_raw_scraper";
(async () => {
const data = await mostViewed();
console.log(data);
})();Contributing
- Fork and clone
- Create a feature branch
- Open a PR
License
MIT