Go to file
Johannes Rothe 1bcbc89da5
Release 0.0.5
2023-09-17 12:35:43 +02:00
scraperoog Make error message for nonexistant id configurable 2023-09-17 12:33:19 +02:00
.gitignore Initial commit 2022-01-15 00:11:31 +01:00
README.md React to new error message 2022-10-31 19:07:50 +01:00
config.ini Make error message for nonexistant id configurable 2023-09-17 12:33:19 +02:00
pyproject.toml Release 0.0.5 2023-09-17 12:35:43 +02:00

README.md

Requirements

apt install python3-pydantic python3-httpx python3-bs4 python3-tqdm locales-all && sudo locale-gen

Windows build

  1. Install wine
  2. winecfg and configure windows 10
  3. Install python
  4. Install pyinstaller in wine wine pip install pyinstaller
  5. Create venv and pip install .
  6. wine pyinstaller --paths=venv/lib/python3.10/site-packages/ --onefile scraperoog/scrape.py
  7. .exe is found under dist/