Enhance scraper functionality: update README for installation, add SSL handling in main.py, implement credential storage, and create start.bat for easy execution

This commit is contained in:
Louis Mylle
2025-09-10 22:20:09 +02:00
parent 04e1df15ea
commit 5f2fca226b
4 changed files with 67 additions and 5 deletions

3
start.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
cd /d %~dp0
start cmd /k "python main.py"