lifegpc / cwm_export

Tools to export CiweiMao Novel's cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Termux

pkg install git libxml2 libxslt python ffmpeg
git clone https://github.com/lifegpc/cwm_export
cd cwm_export
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

Termux

sudo python main.py -r
# Only export as txt file
sudo python main.py --type=txt -r
# Only export as epub file
sudo python main.py --type=epub -r
# Export all supported type
sudo python main.py --type=epub,txt -r
# Export single chapter with chapter id
sudo python main.py -r ec -C <chapterid>
# Export book with book id
sudo python main.py -r eb -B <bookid>
# Export all books
sudo python main.py -r ea

About

Tools to export CiweiMao Novel's cache

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%