/AWADScraper

Downloads Words from A Word A Day

Primary LanguagePythonMIT LicenseMIT

AWADScraper - Downloads Words from A Word A Day

Setup and Use

  1. Download and Install Chrome version 79 (the latest at time of writing). Install ChromeDriver by running download.bat or following this guide.

  2. Install Python 3. Change to the downloaded project directory and run the following command: pip install -r requirements.txt

  3. Set the location of ChromeDriver in file word.py as described, unless you ran download.bat to install.

  4. Set the list of words in words.txt.

  5. Run the project with the following command: python word.py

  6. The definition, article, and example should appear in the terminal.