Sha256: 81edfec173e4dfb3ccc87403de0c7e284eecf5a72ea54cfe91417da8133d000d

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

# SurgeScrape - Scrape your surge.sh website's files

## Installation

+ `[sudo] gem install surgescrape` Download & install via RubyGems

## Usage

`sscrape website.surge.sh` A simple really, just specify a domain
and watch all the files download. Run each time you need to update your
directory, the tool won't download untouched files.

## What it lookes like

```
Installing new gem...
surgescrape (0.1.0) installed.
daniel@pancake:~/surgescrape$ sscrape 
Usage : `sscrape website.surge.sh`
daniel@pancake:~/Desktop/surge$ sscrape surge.sh
Scraping the files from https://surge.sh...
The website has different versions of your files and/or new files, your version of these will be overwritten : 
/css/index.css
/help/about-the-surge-cdn.html
[...]
/stickers/thanks.html
/tour.html 

Downloading 107 file(s)...
Downloaded /css/index.css
Downloaded /help/about-the-surge-cdn.html
[...]
Downloaded /stickers/thanks.html
Downloaded /tour.html
Finished!
daniel@pancake:~/Desktop/surge$ sudo serve 80
Serving on http://pancake:80
```

## MIT License

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
surgescrape-0.1.0 README.md