Skip to content

twhi/cli-newsreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cli-newsreader

Read the Guardian's top 10 articles for each main news category

Setting up

  1. Clone the repository:

    git clone https://github.com/twhi/cli-newsreader.git

  2. cd into the repo

  3. Install a virtual environment:

    virtualenv venv

  4. Activate virtual environment:

    venv\scripts\activate (Windows)

  5. Install requirements:

    pip install -r requirements.txt

  6. Download the ChromeDriver executable and place into the venv\scripts\ directory.

Usage

Once you have completed the above steps, call main.py to start the program (your virtual environment will need to be active).

About

Read the Guardian's top 10 articles for each main news category

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages