-
Notifications
You must be signed in to change notification settings - Fork 4
Home
This is a python script (CLI) that saves web pages content in .txt format.
Have python and the different libraries used installed.
they can be downloaded with pip install -r requirements.txt
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:
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.
Open the os command line console, and type python archive_updater.py u
.
It will update every novel folder in the novel_list folder.