Project

elsmore

0.0
No release in over 3 years
Low commit activity in last 3 years
Backup tool for Hackference
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Snapshotify

A simple tool for backing up a full site into a static instance.

To install

gem install snapshotify

Quick start

> snapshotify https://example.com
................
> snapshotify serve example.com
[2017-10-15 13:30:57] INFO  WEBrick 1.3.1
[2017-10-15 13:30:57] INFO  ruby 2.4.2 (2017-09-14) [x86_64-darwin16]
[2017-10-15 13:30:57] INFO  WEBrick::HTTPServer#start: pid=7103 port=8000

g

To fetch website

snapshotify [starting_url] [--debug]

To serve

snapshotify serve [domain_name]

Todo

  • Add tests
  • Add code to limit hops
  • Add code to limit domains to scrape
  • Fix bugs in asset rewriting