OzuYatamutsu / catsnake

A task-based, simple information scraper implemented in WebdriverIO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

catsnake

A task-based, simple information scraper implemented in WebdriverIO.

Usage

Install required packages via an npm install, and then you're good to go!

node interpret.js [-v | --verbose] <path-to-task>
  • -v, --verbose: Print extended output out to the console.
  • path-to-task: The path to a CSL script to evaluate.

CSL

Catsnake tasks are written in CSL. An informal writeup of the language can be found here.

About

A task-based, simple information scraper implemented in WebdriverIO.

License:MIT License


Languages

Language:JavaScript 100.0%