Skip to content

A scraper that retrieves install/live images (.iso files) from different distributions

Notifications You must be signed in to change notification settings

bobvanderlinden/distscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2687da · Feb 23, 2020
Dec 15, 2019
Feb 23, 2020
May 25, 2015
Dec 14, 2019
Feb 23, 2020
Nov 18, 2015
May 25, 2015
Nov 29, 2013
Nov 3, 2012
Feb 23, 2020
May 25, 2015
Dec 14, 2019
Dec 14, 2019
Jul 18, 2016
Apr 20, 2017
Dec 8, 2012
Feb 11, 2018

Repository files navigation

DistScraper

DistScaper retrieves where the various images (.iso files) are located for a number of Linux distributions. It is being used for DriveDroid to show a list of downloadable images.

The distributions that are supported can be found in scrapers.

Installation

$ git clone git://github.com/FrozenCow/distscraper.git
$ cd distscraper
$ npm install

Usage

To let distscaper retrieve all images of all distributions, execute:

$ node index.js

To let distscaper only retrieve specified distributions, for example only Debian, execute:

$ node index.js -s scrapers/debian.js

Retrieval of logo-images of the different distribution is done through retrievelogos.sh. This script downloads images of the distributions from various sources and transforms them to 48x48-PNG logos:

$ ./retrievelogos.sh

Contribute

To add new scrapers, look at the different scrapers that are already in place (under scrapers/). The output of a scraper should look like scraper-output.json.

If you have a new or updated scraper, please do a pull request.

About

A scraper that retrieves install/live images (.iso files) from different distributions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published