Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.03 KB

Find a dentist

A simple tool to find NHS dentists taking on new NHS patients.

  • Search for NHS dentists near a given postcode
  • Write results to log file

Before you begin

  1. Install python3 and pip.
  2. Download chomedriver.exe into the driver directory.
  3. Install dependencies with the pip install -r requirements.txt command.

Usage

Run python find-a-dentist.py from the terminal to execute the script. If the --postcode argument is missing you will be prompted for a postcode. Use -l or --logging to save results in the /results directory.

usage: find-a-dentist.py [-h] [-l] [-s] [-p POSTCODE]

optional arguments:
  -h, --help                            show this help message and exit
  -l, --logging                         logging mode, save results
  -s, --silent                          hide console output
  -p POSTCODE, --postcode POSTCODE      postcode for search area