Update login credentials in main.py and add README.md for setup instructions

This commit is contained in:
Louis Mylle
2025-09-10 21:35:04 +02:00
parent 861ab98af2
commit 04e1df15ea
2 changed files with 87 additions and 1 deletions

View File

@@ -186,7 +186,7 @@ if __name__ == "__main__":
scraper = Scraper()
# Login first
scraper.login("BorstBollen", "123456")
scraper.login("jouw_gebruikersnaam", "jouw_wachtwoord")
# Ask which page(s) to scrape
start = int(input("Enter start page number (1 for first page): "))