Giter Club home page Giter Club logo

jncep-web-service's Introduction

JNCEP Web Service

This Flask-based application opens the JNCEP utility up to simple HTTP requests. It can easily be spun up using Docker Compose.

Credits

This project builds upon the work of JNCEP created by gvellut. The original repository can be found at gvellut/jncep. I'm thankful to gvellut since i've been using his code for maybe close to a year now. And i've only recent gotten around to swapping my own personal over to this system. This interface is also completely unaffiliated with J-Novel Club and is just a personal and or community project.

Quickstart

To get started, ensure you have Docker and Docker Compose installed on your system, then follow these steps:

  1. Clone the repository:
git clone https://github.com/itslightmind/jncep-web-service.git
  1. Navigate to the project directory:
cd jncep-web-service
  1. Build and run the container:
docker-compose up --build

The service will be available by default at http://localhost:5000.

Generate an EPUB

curl -X POST http://localhost:5000/generate-epub \
     -H "Content-Type: application/json" \
     -d '{"jnovel_club_url": "https://j-novel.club/series/ascendance-of-a-bookworm#volume-1"}'

Generate an EPUB with Specific Parts

curl -X POST http://localhost:5000/generate-epub \
     -H "Content-Type: application/json" \
     -d '{"jnovel_club_url": "https://j-novel.club/series/ascendance-of-a-bookworm#volume-1", "parts": "1-3"}'

Download latest volumes/parts

curl http://localhost:5000/sync

List Tracked Items

curl http://localhost:5000/list

Update tracked series

curl http://localhost:5000/track

Visit to download the epubs

http://localhost:5000/

jncep-web-service's People

Contributors

hayden-greener avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.