0.0.15 • Published 5 months ago

flowauto v0.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
5 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

5 months ago

0.0.14

5 months ago

0.0.13

5 months ago

0.0.12

5 months ago

0.0.11

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago