Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.17 KB

PhiloDown

PhiloDown is a content downloader for Philomena-based websites.

Usage

Download and install either the LTS or current release of Node.js.

Clone the repository to any location-- output location is configurable.

Run npm install and npm install -D in the philodown directory.

Launch the script with npm start -- [...]. Use --help to see further usage.

Progress

  • Static downloader
  • Live downloader
    • Filter by search input
    • Events
      • comment:create
        • Save comment metadata
      • image:create
        • Save image metadata
      • image:description_update
      • image:update
        • Save image metadata
      • image:tag_update
      • image:process
        • Save image metadata
        • Save full representation of image

Contributing

Contributions are welcome through issue submissions; pull requests are not at this time.