shurain / archiver

Archive all things!
MIT License
2 stars 0 forks source link

Archiver

Archive all things possible.

Ultimately aiming to archive anything to anyware without hassle.

Currently you can load Pinboard bookmarks and strip the ads using Diffbot and send that data to Evernote. It will also save PDF documents as well.

Installation

Using virtualenv is highly recommended.

$ pip install -r requirements.txt

Usage

Find settings.py file under archiver directory. Fill in the necessary credentials.

Shell

$ python archive.py

Executing on command line will pull some of the latest Pinboard bookmarks and archive them to Evernote. Currently has some hard-coded values that needs to be changed. Future goal is to save the update time on local sqlite database and refer to database for necessary data.

Data Source

Data Transformation

Data Sink

Dependency

Acknowledgement

Inspired by pinboardToEvernote.