/PyWebnovel

Python library for scraping webnovels into ebooks.

Primary LanguageHTMLMIT LicenseMIT

PyWebnovel

A python library for scraping webnovels and packaging them as ebooks. It's similar to FanFicFare, but my own personal project.

Running Tests

Running local-only tests:

$ ./scripts/runtests.sh

Running "live"-only tests:

$ ./scripts/runtests.sh live

Running all tests:

$ ./scripts/runtests.sh all

Note: runtests.sh is just a wrapper around pytest and any arguments passed to runtests.sh (other than the "live" or "all" args in the examples above) will be passed directly to pytest. For example, the following would work:

$ ./scripts/runtests.sh tests/test_events.py

License

PyWebnovel is licensed under the MIT license.