Skip to main content

Downloader for Google documents mentioned in an input file

Project description

# docsbackup

This tool can take a list of URLs to google documents and saves them with a timestamp. It can be used to include shared documents in backups and/or extract reference versions at specific points in time. The list of URLs can be provided in different formats or can be extracted by scanning through documents. The extraction is based on a prior conversion with [Pandoc](http://pandoc.org).

# Install

The fastest way to install docsbackup is to use your systems tools:

pip install docsbackup

To use the latest test version check out the test.pypi server:

pip install –index-url https://test.pypi.org/simple docsbackup

## Requirements

All required packages are listed in environment.yaml. In case you installed docsbackup via a package management system like pip, anaconda, miniconda, … all dependencies should already be installed automatically.

# Getting Started

After installation run docsbackup –help to get a first overview of command line options and usage.

## Further reading

For details about the used tools and formats following links may provide more details.

# Developing docsbackup

Contributions are very welcome! Write issues for feature requests or directly file a pull-request with your contribution and/or contact me directly!

## Tests

This project uses the [PyTest framework](https://docs.pytest.org/en/latest/) with tests defined in the [tests/](tests/) sudirectory. It is added into the setuptools config, so that it can be run with

python setup.py test

This automatically tests a temporarily packaged version.

Alternatively you can run pytest manually with all it [glory details](https://docs.pytest.org/en/latest/usage.html).

## Releases

The release workflow is mostly automated and is in the [release/](release/) folder.

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

docsbackup-0.0.3.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

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