Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 382 Bytes

Overcast Uploader

Installation

Clone and run npm install and then npm link.

Usage

Note, we assume the happy path: valid login info, no server issues, and known page structure.

overcast-uploader --email <email> --password <password> <file> [otherFiles...]

Todo

  • Use the actual request instead of browser automation.
  • publish to npm