Skip to content
saf edited this page Nov 19, 2022 · 12 revisions

What is this program?

This is a python script (CLI) that saves web pages content in .txt format.

Any prerequisites ?

Have python and the different libraries used installed.
they can be downloaded with pip install -r requirements.txt

how do i download a novel

same process but in video

To download, 2 things to do:

  • Add the novel to the input file
  • Execute the download function of the program

For exemple we will take the syosetu novel with the url: https://ncode.syosetu.com/n1217et/
In the input.txt, we will add n1217et;.
If you want to, you can put the english name after the semi-colon (it will take the japanese name otherwise).

example of the input.txt:
r
Now that you've added the novel code input text, we have to launch the script.
Launch your os command line console (go to the directory) and type python archive_updater.py d
Wait till it's finished.

How to update

Open the os command line console, and type python archive_updater.py u.
It will update every novel folder in the novel_list folder.

Clone this wiki locally