Skip to content

A FastAPI application that integrates with MangaReader for manga scraping. It provides endpoints for searching, retrieving manga info, and fetching pages, along with a genre list and latest manga updates

License

Notifications You must be signed in to change notification settings

riy4z/MangaMiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MangaMiner

A FastAPI application that integrates with MangaReader for manga scraping. It provides endpoints for searching, retrieving manga info, and fetching pages, along with a genre list and latest manga updates

mangaminer

Installation

  1. Clone the repository:

    git clone https://github.com/riy4z/MangaMiner.git
    cd MangaMiner-main
  2. Create and activate a virtual environment (optional but recommended):

    python -m venv env
    source env/bin/activate  # On Windows use `env\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt

Usage

  1. Run the FastAPI application:
    fastapi dev main.py

API Endpoints

Homepage

  • GET /: Welcome message.
    {
        "message": "Welcome to the Manga scraper, have fun scraping weebs"
    }
    

Sources Supported

  1. Mangareader

Mangareader

  • GET /mangareader/search/{path}: Search manga by query.
  • GET /mangareader/info/{path}: Get manga info by ID.
  • GET /mangareader/pages/{path}: Get manga pages by ID.
  • GET /mangareader/genre-list: Get the list of genres.
  • GET /mangareader/latest/{path}: Get the latest manga by genre.

Example Queries

  • Mangareader Search: GET /mangareader/search/jujutsu_kaisen
  • Mangareader Latest by Genre: GET /mangareader/latest/Action

Responses

image

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A FastAPI application that integrates with MangaReader for manga scraping. It provides endpoints for searching, retrieving manga info, and fetching pages, along with a genre list and latest manga updates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages