blob: b1d9e5ba788915e11471e5c40e2aab68b124031f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
crocoite
========
.. code:: bash
pip install crocoite pywb
crocoite http://example.com/ example.com.warc.gz
wb-manager init test && wb-manager add test example.com.warc.gz
wayback &
$BROWSER http://localhost:8080
See documentation_ for more information.
.. _documentation: https://6xq.net/crocoite/
|