Skip to content

A specific crawler to get chinese light novels chapters.

License

Notifications You must be signed in to change notification settings

vsychen/reader-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Reader

A specific crawler to get chinese light novels chapters.

Requirements

Node.js

Step-by-step

  1. Initialize the server
    1. Open your console.
    2. Go to reader-crawler folder.
    3. Download the libraries needed, running npm install
    4. Run the server, with npm run start
  2. Send the first URL to the server
    1. Open your browser
    2. Make a GET request to the URL localhost:<port>/crawl?url=<url>&title=<title>&chapters=<chapters> where
      • <port> is the port your server is listening (default is 8888)
      • <url> is the initial url
      • <title> is something in the page title to identify the useful URLs from the trash (a good choice would be... the novel's title)
      • <chapters> is the approximate amount of chapters the novel has
      • <encoding> is the encoding the page has (it is optional, and the default is GBK)

Author

Victor Sin Yu Chen
Center of Informatics (CIn), UFPE

Credits

Stephen, 'Net Instructions

License

The MIT License

About

A specific crawler to get chinese light novels chapters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published