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

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

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

imdb json reliq scraper shell

Last synced: 2 months ago
JSON representation

A very simple shell script for scraping imdb in json

Awesome Lists containing this project

README

          

# imdb-scraper

A very simple shell script for scraping imdb in json.

## Requirements

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

## Installation

install -m 755 imdb-scraper /usr/bin

## Json format

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

## Usage

Script downloads all articles using /sitemap/title-[0-9]*.xml.gz and writes it into stdout.

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