Skip to content

AusterDev/manga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga(nato) scraper API

As the name suggests, it's an api that you can use to fetch manga information as well as the panels.

Routes

  1. /manga/get/{mangaID} - Get manga information given mangaID.
  2. /manga/latest/ - Get the latest mangas.
  3. /chapter/panels/{mangaID}/{chapterID} - Get panels for the chapter.
  4. /health - Uhm, ping.

Todos

  1. Add functionality to fetch list of mangas.
  2. Add proxy for panels.
  3. ???

Local

  1. Install dependencies
make tidy

or

go mod tidy
  1. Build the project
make
  1. Define environmental variables:
HOST=...
PORT=...
  1. Run the project
make start

About

Manga scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published