Scraper for http://mushpedia.com/, http://twin.tithom.fr/mush/, https://cmnemoi.github.io/archive_aide_aux_bolets/ and QA Mush forum threads.
Install with python -m pip install --user mush-wikis-scraper
Then run python mush-wikis-scrap
in your terminal. The package supports 3 formats: html
, text
and markdown
with the --format
option.
The result will be printed to the terminal. You can redirect it to a file with python mush-wikis-scrap > output
.
You need to have curl
and uv
installed on your system.
Then run the following command : curl -sSL https://raw.githubusercontent.com/cmnemoi/mush_wikis_scraper/main/clone-and-install | bash
Run tests with make test
.
The source code of this repository is licensed under the MIT License.