Fix Degewo auto-apply (Wohnungshelden iframe), update dependencies, cleanup for production

- Fix Degewo handler to work with Wohnungshelden iframe portal
- Update playwright to >=1.57.0
- Add proper form field selectors for Wohnungshelden
- Fix success status bug (was marking failed submissions as success)
- Clean up .env.example (remove real credentials)
- Update README with housing company support table
- Add BOTFATHER_COMMANDS.txt for easy bot setup
- Add copilot-instructions.md for development context
This commit is contained in:
Aron Petau 2025-12-09 11:30:17 +01:00
parent bf9d7f1371
commit ce66fc1933
12 changed files with 854 additions and 3599 deletions

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright/python:v1.56.0-jammy
FROM mcr.microsoft.com/playwright/python:v1.57.0-jammy
WORKDIR /app