810

0

Aautoma

通过浏览器自动化。 自动填写表格、执行重复性任务、截屏或抓取网站数据——选择权在您手中。您甚至可以安排自动化何时执行!

Automa

奥特玛最新版本 在推特上关注我们 在 Discord 上与我们聊天

通过连接块使浏览器自动化的扩展。 自动填写表格、执行重复性任务、截屏或抓取网站数据——选择权在您手中。您甚至可以安排自动化何时执行!

下载

Chrome 网上商店Chrome 网上应用店 火狐附加组件火狐附加组件

市场

浏览 Automa 市场,您可以在其中与他人共享和下载工作流程。前往市场 »

项目设置

在运行 yarn devor yarn build脚本之前,您需要 getPassKey.js在目录中创建文件 src/utils。文件里面写

export default function() {
  return 'anything-you-want';
}
# Install dependencies
yarn install

# Compiles and hot-reloads for development for the chrome browser
yarn dev

# Compiles and minifies for production for the chrome browser
yarn build

# Create a zip file from the build folder
yarn build:zip

# Compiles and hot-reloads for development for the firefox browser
yarn dev:firefox

# Compiles and minifies for production for the firefox browser
yarn build:firefox

# Lints and fixes files
yarn lint

贡献者

感谢所有提交问题、提出建议并普遍帮助使这个项目变得更好的人。

## 执照

此存储库中的源代码根据 GNU Affero 通用公共许可证 (AGPL) 或Automa 商业许可证进行了各种许可。

有关详细信息,请参阅LICENSE.txt