3 Commits

Author SHA1 Message Date
Louis Mylle
251dd77e49 chore: Commit remaining local settings and compiled bytecode
Includes the Python bytecode caches (already tracked in this repo) and the
local Claude Code permission allowlist.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NVJc2XuTvqBHSuqotetseS
2026-07-19 21:05:54 +02:00
louis
cf9ce084a5 Fix windows 2026-01-10 15:44:14 +01:00
Louis Mylle
ea4cab15c3 feat: Add installation scripts for Windows and Unix-based systems
- Created `install_and_run.bat` for Windows installation and setup.
- Created `install_and_run.sh` for Unix-based systems installation and setup.
- Removed `main.py` as it is no longer needed.
- Updated `requirements.txt` to specify package versions and added PyQt5.
- Deleted `start.bat` as it is redundant.
- Added unit tests for core functionality and scraping modes.
- Implemented input validation utilities in `utils/validators.py`.
- Added support for dual scraping modes in the scraper.
2026-01-10 14:45:00 +01:00