Skip to content

A CLI to download all test pages from a Crowdmark page.

License

Notifications You must be signed in to change notification settings

AnujanM/crowdmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crowdmark

npm version Build Status

A CLI to download all test pages from a Crowdmark page.

Install

Either install via npm or directly via source.

  • npm

    $ npm install -g crowdmark
    $ git clone https://github.com/kshvmdn/crowdmark.git && cd crowdmark && npm install

Usage

  • The CLI will take a list of IDs separated by space. Find the page's ID from the URL.

    • https://app.crowdmark.com/score/8fa43520-8fd2-4ad1-9979-40fe05ecf8ab -> 8fa43520-8fd2-4ad1-9979-40fe05ecf8ab
  • View the help dialog with --help.

    Usage
      $ crowdmark [--help] [--version] <id, ...> [--show]
    
    Options
      id             Crowdmark page identifier(s) (separate by space) [required].
      -h --help      Display this help dialog.
      -v --version   Display the current version.
      -p --path      Directory where files will be saved (defaults to ~/Desktop/crowdmark-scores).
      -s --show      View the scraping in action.
    
    Example
      $ crowdmark 8fa43520-8fd2-4ad1-9979-40fe05ecf8ab
      $ crowdmark 8fa43520-8fd2-4ad1-9979-40fe05ecf8ab a4893443-e167-4f74-b45c-05b7ae7b6a92

Contribute

This project is completely open source. Feel free to open an issue or submit a pull request. 😄

About

A CLI to download all test pages from a Crowdmark page.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%