Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redodo/saltaway
Instantly archive web pages at various archives.
https://github.com/redodo/saltaway
archiver cli python
Last synced: about 1 month ago
JSON representation
Instantly archive web pages at various archives.
- Host: GitHub
- URL: https://github.com/redodo/saltaway
- Owner: redodo
- License: mit
- Created: 2017-04-26T18:35:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T12:21:41.000Z (over 6 years ago)
- Last Synced: 2024-11-21T15:11:42.863Z (about 1 month ago)
- Topics: archiver, cli, python
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
Saltaway
========|build| |coverage| |version| |pyversions| |license|
.. |build| image:: https://img.shields.io/travis/redodo/saltaway.svg
:target: https://travis-ci.org/redodo/saltaway.. |coverage| image:: https://img.shields.io/codecov/c/github/redodo/saltaway.svg
:target: https://codecov.io/gh/redodo/saltaway.. |version| image:: https://img.shields.io/pypi/v/saltaway.svg
:target: https://pypi.org/project/saltaway.. |pyversions| image:: https://img.shields.io/pypi/pyversions/saltaway.svg
:target: https://pypi.org/project/saltaway.. |license| image:: https://img.shields.io/github/license/redodo/saltaway.svg
:target: https://github.com/redodo/saltaway/blob/master/LICENSESaltaway is a Python package that aims to ease the process of archiving
web pages at multiple archives.Installation is simple:
.. code-block:: bash
pip install saltaway
It can be used from the command line:
.. code-block:: bash
saltaway https://example.org
And in Python:
.. code-block:: python
import saltaway
saltaway.push('https://example.org')There is currently support for the *Internet Archive's Wayback Machine*
and *archive.is*.