Skip to content

makes a rss feed of manga that have had recently completed translation

Notifications You must be signed in to change notification settings

beep-beep-beep-boop/completed-manga-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Completed Manga Rss

This project creates a rss feed from manga that have recently completed translation. It gets the data from mangaupdates.com. It includes a filter to not display certian genres in the rss feed.

Usage

deno run --allow-net main.ts

server will listen on port 9000 and refresh the rss feed every hour. (edit main.ts to change options)

Running With Docker

docker build -t completed-manga-rss .
docker run -d --restart always -p <listen port>:9000 completed-manga-rss

About

makes a rss feed of manga that have had recently completed translation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published