jiri-vinarek / kosik_watchdog

Watchdog for availability of delivery slots at https://www.kosik.cz/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

The script checks availability of delivery slots at https://www.kosik.cz/ and sends an email when a free slot is present.

Installation

The setup below is for Windows 10.

Selenium

Python

  • Download and install Anaconda from https://www.anaconda.com/distribution/#download-section.
  • Run Anaconda Prompt application
    • Install pip - run conda install -c anaconda pip.
    • Navigate with cd to the directory with repository and install packages - run pip install -r requirements.txt.

Script configuration

Periodic script execution

About

Watchdog for availability of delivery slots at https://www.kosik.cz/.

License:MIT License


Languages

Language:Python 94.6%Language:Batchfile 5.4%