Skip to content

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

License

Notifications You must be signed in to change notification settings

MarkWilliams3141/find-a-dentist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages