Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI #43

Open
NightMachinery opened this issue Jul 8, 2019 · 3 comments
Open

Add CLI #43

NightMachinery opened this issue Jul 8, 2019 · 3 comments

Comments

@NightMachinery
Copy link

A CLI is so much easier to use. Sth like:
Ww.py list-novels
Ww.py download
Ww.py list-chapters
Ww.py download-full

It’s pretty easy to implement using https://github.com/docopt/docopt.

@NightMachinery
Copy link
Author

And as Wuxiaworld is possibly transitioning to discontinue giving its completed books for free, this CLI will come in handy for quickly getting a lot of novels before the clock runs out.

@MichaelGuardian
Copy link
Contributor

I'd argue that argparse is more then enought to extend this application.

That being said I have no interest in working on new functionality atm. If somebody wants to work on it, I'd merge the changes to the master branch.

@MichaelGuardian
Copy link
Contributor

I also should mention that this tool was never designed for batch downloads. I think "list-chapters" as well as "download-full" would need quite a bit of code to get it to work. Apart from that this tool is also too slow and doesnt support all novels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants