openzim / mindtouch

libretexts.org to ZIM scraper
GNU General Public License v3.0
0 stars 0 forks source link

Minimal scraper working from end-to-end #1

Closed benoit74 closed 2 weeks ago

benoit74 commented 3 weeks ago

Fix #2

This is the first PR putting mostly everything in place for this scraper:

End-to-end test:

docker build -t local-libretexts2zim .
docker run --rm -it -v "$PWD/output":/output local-libretexts2zim libretexts2zim --library-slug geo --library-name Geosciences --file-name-format "tests_en_libretexts-geo"

This will create a tests_en_libretexts-geo.zim file in output subfolder, ready to use in kiwix-serve or any other reader.

codecov[bot] commented 3 weeks ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella: