473 B
473 B
Requirements
apt install python3-pydantic python3-httpx python3-bs4 python3-tqdm locales-all && sudo locale-gen
Windows build
- Install wine
winecfg
and configure windows 10- Install python
- Install pyinstaller in wine
wine pip install pyinstaller
- Create venv and
pip install .
wine pyinstaller --paths=venv/lib/python3.10/site-packages/ --onefile scraperoog/scrape.py
- .exe is found under dist/