news-desk

A small program that lets you browse news through the command line

View the Project on GitHub jbonatakis/news-desk

News Desk

A small program that lets you read news through the command line.

news-desk news-desk news-desk

Requirements

These requirements can be installed together by running

pip install -r requirements.txt

or

pip3 install -r requirements.txt

depending on your system. As stated above, this program requires Python 3.3 or greater.

Getting Started

First, clone the repository:

git clone https://github.com/jbonatakis/news-desk.git

Then, register and get a (free) API key from: https://newsapi.org/

Run the program:

python3 news_desk.py

This will prompt you to enter your API key, which will be saved in a file named key located in the ~/.nd_config/ directory and read to validate your access to the API each time News Desk is run.

Features

Contributing

If you would like to contribute to the project, feel free to open a pull request and I will review it as soon as possible.

To-Do