Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuvimen/foxnews-scraper

A very simple shell script for scraping foxnews in json
https://github.com/tuvimen/foxnews-scraper

foxnews json reliq scraper shell

Last synced: 1 day ago
JSON representation

A very simple shell script for scraping foxnews in json

Awesome Lists containing this project

README

        

# foxnews-scraper

A very simple shell script for scraping foxnews in json.

## Requirements

- [reliq](https://github.com/TUVIMEN/reliq)
- [jq](https://github.com/stedolan/jq)
- parallel (not mandatory)

## Installation

install -m 755 foxnews-scraper /usr/bin

## Json format

Here's [json](example.json).

## Usage

Script downloads all articles using sitemap.xml and writes it into stdout.

If you want to download it in parallel just uncomment the 3 comments and comment the for loop.