Read the Guardian's top 10 articles for each main news category
-
Clone the repository:
git clone https://github.com/twhi/cli-newsreader.git -
cdinto the repo -
Install a virtual environment:
virtualenv venv -
Activate virtual environment:
venv\scripts\activate(Windows) -
Install requirements:
pip install -r requirements.txt -
Download the ChromeDriver executable and place into the
venv\scripts\directory.
Once you have completed the above steps, call main.py to start the program (your virtual environment will need to be active).