0.0.15 • Published 11 months ago

flowauto v0.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Flowauto

Google Chrome Automation Executor

The task flow configuration data is more troublesome, so a desktop client is provided for free arrangement. app

Installation

npm install -g flowauto

Usage

flowauto --userDataDir ./userDataDir --filepath ./flow.json --logpath ./logs

Parameters

•	userDataDir: Path to the browser cache data directory.
•	filepath: Path to the task configuration file.
•	logpath:  Path to the log  file.

Task Configuration File

You can arrange tasks using a desktop application, export them as a JSON file, and then execute them with flowauto.

Client Application

Example:

{
  "task": []
}

Using Parameters

When arranging tasks, if you choose to input parameters, you need to record the parameter names. While executing flowauto, pass these parameters using the --param1 value1 --param2 value2 format.

Example:

flowauto --userDataDir ./userDataDir --filepath ./flow.json --param1 value1 --param2 value2

Support node

const flowauto = require('flowauto/task.run')

flowauto({
	userDataDir,
	filepath,
	logpath
})

Support keyboard

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago