All Projects → shogunpurple → clinews

shogunpurple / clinews

Licence: MIT license
A CLI for reading the news and getting the latest headlines including search functionality. Supports over 70 sources.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to clinews

PressCenters.com
News aggregator for the press releases of the Bulgarian government sites written in ASP.NET Core
Stars: ✭ 91 (+435.29%)
Mutual labels:  news
termux-snippets
An integrated tool and a collection of snippets which helps in the various aspects of the terminal.
Stars: ✭ 28 (+64.71%)
Mutual labels:  news
Online-News-Portal-with-Django
Daily News For You is an online news portal developed by Django and SQLite
Stars: ✭ 45 (+164.71%)
Mutual labels:  news
JARVIS
Jarvis is a simple Chatbot with a GUI capable of chatting and retrieving information and daily news from the internet for it's user using python.
Stars: ✭ 49 (+188.24%)
Mutual labels:  news
coronastats
A simple web app which shows updates about COVID-19
Stars: ✭ 18 (+5.88%)
Mutual labels:  news
NewsHub
News Hub display news of different category (Entertainment, Business, International, Sports, Medical, Technology, Global) and news can be saved as bookmark
Stars: ✭ 16 (-5.88%)
Mutual labels:  news
flutter news app
Simple and modern news app that incorporates REST API (newsapi.org), all built entirely with Flutter. 🚀
Stars: ✭ 69 (+305.88%)
Mutual labels:  news
census-error-analyzer
Analyze the margin of error in U.S. census data
Stars: ✭ 15 (-11.76%)
Mutual labels:  news
extractnet
A Dragnet that also extract author, headline, date, keywords from context
Stars: ✭ 52 (+205.88%)
Mutual labels:  news
pinance
Python module(s) to get stock data, options data and news.
Stars: ✭ 70 (+311.76%)
Mutual labels:  news
civic-scraper
Tools for downloading agendas, minutes and other documents produced by local government
Stars: ✭ 21 (+23.53%)
Mutual labels:  news
File-Maker
Generate data files for Wii Channels that have the latest news, forecast data, etc.
Stars: ✭ 65 (+282.35%)
Mutual labels:  news
News-API-Kotlin
Access the News API with Kotlin.
Stars: ✭ 35 (+105.88%)
Mutual labels:  news
HungryHippo
🦛 scrapes websites and generates rss feeds
Stars: ✭ 33 (+94.12%)
Mutual labels:  news
amazon-transcribe-news-media-analysis
Transcribe news audio in realtime
Stars: ✭ 21 (+23.53%)
Mutual labels:  news
gosquito
gosquito ("go" + "mosquito") is a pluggable tool for data gathering, data processing and data transmitting to various destinations.
Stars: ✭ 25 (+47.06%)
Mutual labels:  news
flutter redux
A Flutter Starter Application
Stars: ✭ 25 (+47.06%)
Mutual labels:  news
Inshorts-News-API
Unofficial API of Inshorts written in Flask
Stars: ✭ 87 (+411.76%)
Mutual labels:  news
daily-paper
For viewing a daily issue of the Guardian and Observer newspapers. `main` branch should be stable, current work is in `dev` branch.
Stars: ✭ 23 (+35.29%)
Mutual labels:  news
HeadLines
HeadLines is a 📰 news app that delivers you with the latest news. It has interactive UI and easy to use. The app can be scrolled offline to watch your bookmarked news. Give this app a try and let me know.
Stars: ✭ 16 (-5.88%)
Mutual labels:  news

clinews 🌍 📰 💻

npm npm license

A CLI for reading the news which supports over 70 sources. Get all the latest headlines from around the world without leaving your terminal. Powered by NewsAPI.org.

clinews allows you to:

  • Fetch all the latest stories from a particular news source
  • List all possible news sources the API provides
  • Search across all the sources for a particular word or phrase in the title.

Installation

Note: You must be on node version 7.6.0 or later to use clinews.

npm

npm i -g clinews

yarn

yarn global add clinews

Usage

Fetch stories from a source

Fetch all the latest news stories from bbc-news:

news fetch bbc-news

other examples...

news fetch techcrunch
news fetch hacker-news

List all news sources

Show all the sources you can get news from. Use the Fetch Id field with the fetch command to get news for that source.

news sources

Search for news stories across all sources matching search criteria

You can search across all 70+ news sources to find stories with a title matching your criteria. For example, to find all news stories with titles containing the words "Donald Trump" you can execute the following. Note that searches are also case insensitive. The 2 commands below are equivalent.

news search "Donald Trump"

or

news search "donald trump"

Options

clinews supports some extra flags as well. See below:

-V, --version              output the version number
-l, --limit <limit>        limit the amount of news stories you want to see.
-c, --category <category>  category of sources you want to see. Choices include: business, entertainment, gaming, general, music, politics, science-and-nature, sport, technology.
-h, --help                 output usage information

You can run news --help to get this information at any time.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].