Metadata-Version: 2.4
Name: news-cli
Version: 1.0.4
Summary: A CLI app to get news snapshots
Home-page: https://gitlab.com/ygivenx/the-news-app
Author: Shubhi Rani & Rohan Singh
Author-email: shubhirohan@yandex.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0
Requires-Dist: rich>=13.0
Requires-Dist: requests>=2.28
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## The Local News

Get the local news on your cli about the any topic

### Install
====================

```bash
pip install news-cli

Usage: news [OPTIONS]
  Read news on your command line.

Options:
  --area    TEXT  headlines for areas  [default: USA ; options: [india|israel|france|usa|us|uk|england|technology|
            business|science|health|general|sports]
  --keyword TEXT  Specific news for the keyword
  --help          Show this message and exit.

```

![](resources/news-cli_v2.gif)


### Run
====================

```javascript

news # displays top news from US
news --area technology # display tech news
news --keyword coronavirus # show news about coronavirus keyword
```
