Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 600 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 600 Bytes

dayviews

A Dayviews downloader and browser. Downloads both images and JSON-files with descriptions and comments.

###Requirements

  • Python 2.7
  • screen or other screen multiplexer (Optional)

###Usage Edit the download.py to set USERNAME and PASSWORD. Start the downloader with python downloader.py. Once it hits a rate limit from the API it will go to sleep so if you have a lot of images, start it in a screen process

###Notes

  • Resuming is only partially supported.
  • The webserver viewer is not completed and still needs a lot of work.
  • Error handling is basicly non-existent.