Skip to main content

A very simple archiving server for pWebArc extension of Private Passive Web Archive (pwebarc) project

Project description

What is pwebarc-dumb-dump-server?

pwebarc_dumb_dump_server.py: a very dumb simple archiving server for Personal Private Passive Web Archive (pwebarc) (also there) pWebArc browser extension (also there). This thing is less than 200 lines of pure Python that only uses the Python's standard library and nothing else. You could be running it already.

Why does pwebarc-dumb-dump-server exists?

This was made for easy Quickstart (also there).

Normally, you would use something smarter than this (when I publish it), but this will work fine as a starting point.

Also, even with the better thing, this is still useful in case you are feeling paranoid and only want to run the minimal viable thing as a daemon.

Quickstart

Installation

  • You can run this without installing:
    ./pwebarc_dumb_dump_server.py --help
    
  • Alternatively, install with:
    pip install pwebarc-dumb-dump-server
    
    and run as
    pwebarc-dumb-dump-server --help
    
  • Alternatively, install it via Nix
    nix-env -i -f ./default.nix
    pwebarc-dumb-dump-server --help
    

Usage

usage: pwebarc_dumb_dump_server.py [-h] [--version] [--host HOST] [--port PORT] [--root ROOT] [--uncompressed] [--default-profile NAME] [--ignore-profiles] [--no-print-cbors]

Simple archiving server for pWebArc. Dumps each request to `<ROOT>/<profile>/<year>/<month>/<day>/<epoch>_<number>.wrr`.

options:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --host HOST           listen on what host/IP (default: 127.0.0.1)
  --port PORT           listen on what port (default: 3210)
  --root ROOT           path to dump data into (default: pwebarc-dump)
  --uncompressed        dump new archivals to disk without compression; the default is to try to compress each new archive first
  --default-profile NAME
                        default profile to use when no `profile` query parameter is supplied by the extension (default: `default`)
  --ignore-profiles     ignore `profile` query parameter supplied by the extension and use the value of `--default-profile` instead
  --no-print-cbors      don't print parsed representations of newly archived CBORs to stdout even if `cbor2` module is available

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pwebarc-dumb-dump-server-1.6.0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

pwebarc_dumb_dump_server-1.6.0-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file pwebarc-dumb-dump-server-1.6.0.tar.gz.

File metadata

  • Download URL: pwebarc-dumb-dump-server-1.6.0.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pwebarc-dumb-dump-server-1.6.0.tar.gz
Algorithm Hash digest
SHA256 c073f0b67fd5b35e1e1ae0a08b5a75c2b7fb8c9a0cc088d39b660bde849dfb25
MD5 651c343e4f7449ba99200cbc837618eb
BLAKE2b-256 3607be8017c5691f0f02a35d1a643e7a754889d9141faf9d67fc9304a770607a

See more details on using hashes here.

File details

Details for the file pwebarc_dumb_dump_server-1.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pwebarc_dumb_dump_server-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6e4965d78966bf7d0443645fd3a456ec0c689384d1fe051a3202f9f5ecc7164d
MD5 9dc52222fe2d85bb958d78944cb4ae76
BLAKE2b-256 b290145568fdac0223aec087837c9f7c7ff3847877aa7d1a82399a90767811f4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page