Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

palewire/webcitation

Repository files navigation

This repository has been archived because webcitation.org is no longer accepting archiving requests.

webcitation

A simple Python wrapper for the webcitation.org capturing service.

PyPI version Build Status Coverage Status

Installation

$ pip install webcitation

Python Usage

Import it.

>>> import webcitation

Capture a URL.

>>> archive_url = webcitation.capture("http://www.example.com/")

See where it's stored.

>>> print archive_url
http://www.webcitation.org/6lSLkrUdV

Command-line usage

The Python library is also installed as a command-line interface. You can run it from your terminal like so:

$ webcitation http://www.example.com/

The command has the same options as the Python API, which you can learn about from its help output.

$ archiveis --help
Usage: webcitation [OPTIONS] URL

  Archives the provided URL using the webcitation.org capturing service.

Options:
  -ua, --user-agent TEXT  User-Agent header for the web request
  --help                  Show this message and exit.

About

A simple Python wrapper for the webcitation.org capturing service

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published