Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 780 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 780 Bytes

Pickmypostcode Auto Win Checker

  • Automates the login process to the Pick My Postcode website using Selenium.
  • Checks lottery results based on the user's postcode set in docker-compose.yml.
  • Sends email notifications for wins and weekly summaries.
  • Runs on a daily schedule using Docker and Docker Compose (every day at 2pm)

Requirements

  • Docker
  • Docker Compose

Quick Start

  • Copy docker-compose.yml
  • Set environment variables listed inside
  • Build and run the application docker-compose up -d
  • The checker will now automatically run every day at 2pm. If you wish to manually run it at any point for testing, you can do so by executing the following command: docker exec pickmypostcode-checker python run.py