Jenrykster / lncrawler

Parse ln chapters from the internet and compile them into an epub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not intended for public use

This is a simple web scrapping script to convert some web translated LN pages to epub, it will NOT work on most cases but feel free to fork this and adapt it to your tastes.

I used this page as a reference while I was creating the script.

Also I'm using this project to learn the basics of C# so don't feel offended by the code quality.

Tasks

  • Grab all of the chapters/volumes based on an index page.
  • Parse all of the chapters.
  • Compile everything into an epub.

Future Ideas

  • Allow setting a cover image, author and other kinds of metada via a config file

About

Parse ln chapters from the internet and compile them into an epub


Languages

Language:C# 100.0%