gonews

A simple to use CLI for viewing Google News top stories and searching for specific stories


License
MIT
Install
pip install gonews==0.0.1

Documentation

GoNews CLI

A simple to use CLI for viewing Google News top stories and searching for specific stories

Install

pip3 install gonews

Examples

Print top stories from google news

$ gonews top-stories

'top-stories-gif'


Print top stories by location from google news

$ gonews top-stories-by-location --city austin --state texas

'top-stories-by-location-gif'

Print top stories based on search criteria

$ gonews search-stories --query <search term>

$ gonews search-stories --query Technology --has-word Apple --exclude-word Airpods --exclude-word ipod --timeframe 7d

'search-stories-gif'