0.0
No commit activity in last 3 years
No release in over 3 years
Scrape your surge.sh website's files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.13
~> 10.0
 Project Readme

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