Skip to content

shurain/archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • requests
  • simplejson
  • evernote
  • lxml
  • pytidylib
  • mock (for testing)

Acknowledgement

Inspired by pinboardToEvernote.

About

Archive all things!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages