diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 5497ba6..f93a9ea 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -5,7 +5,18 @@ "Bash(python:*)", "Bash(build_exe.bat)", "Bash(cmd /c \"cd scripts && build_exe.bat\")", - "Bash(dir:*)" + "Bash(dir:*)", + "Bash(python3 -c \"import PyQt5\")", + "Bash(python3 -c \"import selenium; print\\('selenium', selenium.__version__\\)\")", + "Bash(python3 -m pip --version)", + "Bash(curl -s https://pypi.org/pypi/PyQt5/json)", + "Bash(python3 -c ' *)", + "Bash(python3 -m venv .venv)", + "Bash(.venv/bin/pip install *)", + "Bash(.venv/bin/python -c ' *)", + "Bash(.venv/bin/python gui_main.py)", + "Skill(claude-in-chrome)", + "Bash(pkill -f \"gui_main.py\")" ] } } diff --git a/core/__pycache__/__init__.cpython-314.pyc b/core/__pycache__/__init__.cpython-314.pyc index c0228de..a2bcc97 100644 Binary files a/core/__pycache__/__init__.cpython-314.pyc and b/core/__pycache__/__init__.cpython-314.pyc differ diff --git a/core/__pycache__/bookys_scraper.cpython-314.pyc b/core/__pycache__/bookys_scraper.cpython-314.pyc new file mode 100644 index 0000000..6c5e1c7 Binary files /dev/null and b/core/__pycache__/bookys_scraper.cpython-314.pyc differ diff --git a/core/__pycache__/bookys_thread.cpython-314.pyc b/core/__pycache__/bookys_thread.cpython-314.pyc new file mode 100644 index 0000000..44977d0 Binary files /dev/null and b/core/__pycache__/bookys_thread.cpython-314.pyc differ diff --git a/core/__pycache__/credentials.cpython-314.pyc b/core/__pycache__/credentials.cpython-314.pyc new file mode 100644 index 0000000..71bc124 Binary files /dev/null and b/core/__pycache__/credentials.cpython-314.pyc differ diff --git a/core/__pycache__/scraper.cpython-314.pyc b/core/__pycache__/scraper.cpython-314.pyc new file mode 100644 index 0000000..e225558 Binary files /dev/null and b/core/__pycache__/scraper.cpython-314.pyc differ diff --git a/core/__pycache__/scraper_thread.cpython-314.pyc b/core/__pycache__/scraper_thread.cpython-314.pyc new file mode 100644 index 0000000..3c0dcb0 Binary files /dev/null and b/core/__pycache__/scraper_thread.cpython-314.pyc differ diff --git a/gui/__pycache__/__init__.cpython-314.pyc b/gui/__pycache__/__init__.cpython-314.pyc index b3c1c32..4cb1b73 100644 Binary files a/gui/__pycache__/__init__.cpython-314.pyc and b/gui/__pycache__/__init__.cpython-314.pyc differ diff --git a/gui/__pycache__/bookys_window.cpython-314.pyc b/gui/__pycache__/bookys_window.cpython-314.pyc new file mode 100644 index 0000000..89405eb Binary files /dev/null and b/gui/__pycache__/bookys_window.cpython-314.pyc differ diff --git a/gui/__pycache__/login_dialog.cpython-314.pyc b/gui/__pycache__/login_dialog.cpython-314.pyc new file mode 100644 index 0000000..00290cd Binary files /dev/null and b/gui/__pycache__/login_dialog.cpython-314.pyc differ diff --git a/gui/__pycache__/main_window.cpython-314.pyc b/gui/__pycache__/main_window.cpython-314.pyc new file mode 100644 index 0000000..8d2a353 Binary files /dev/null and b/gui/__pycache__/main_window.cpython-314.pyc differ diff --git a/gui/__pycache__/progress_dialog.cpython-314.pyc b/gui/__pycache__/progress_dialog.cpython-314.pyc new file mode 100644 index 0000000..d0f7c94 Binary files /dev/null and b/gui/__pycache__/progress_dialog.cpython-314.pyc differ diff --git a/gui/__pycache__/startup_dialog.cpython-314.pyc b/gui/__pycache__/startup_dialog.cpython-314.pyc new file mode 100644 index 0000000..6b158b9 Binary files /dev/null and b/gui/__pycache__/startup_dialog.cpython-314.pyc differ diff --git a/utils/__pycache__/__init__.cpython-314.pyc b/utils/__pycache__/__init__.cpython-314.pyc index b987822..6d2f104 100644 Binary files a/utils/__pycache__/__init__.cpython-314.pyc and b/utils/__pycache__/__init__.cpython-314.pyc differ diff --git a/utils/__pycache__/validators.cpython-314.pyc b/utils/__pycache__/validators.cpython-314.pyc new file mode 100644 index 0000000..030034c Binary files /dev/null and b/utils/__pycache__/validators.cpython-314.pyc differ