Automa是一款创新的网页自动化工具,专为寻求提升工作效率、简化数据收集过程的现代工作者设计。它融合了先进的数据抓取技术与直观的流程自动化功能,使用户能够在纷繁复杂的网络环境中轻松提取宝贵信息。无论您是需要监控竞争对手的价格变动、整理行业报告,还是日常的市场调研,Automa都能成为您的得力助手,让繁琐的手动操作成为过去式。 https://github.com/AutomaApp/automa.git

Ahmad Kholid 58d6eaa57a feat: update editor 2 年之前
.github 8b57fc8a6e chore: delete workflow 2 年之前
.vscode 6f5071d87b init 3 年之前
src 58d6eaa57a feat: update editor 2 年之前
utils 7e3db85565 chore: update webserver 2 年之前
.babelrc 928caddcaa refactor: workflow engine 3 年之前
.editorconfig 8857f3a6d3 feat: add store 3 年之前
.eslintrc.js 77f9e0e771 fix: can't connect to active tab in firefox (#559) 2 年之前
.gitignore 8b2aad54d3 refactor: files name 3 年之前
.prettierrc 729270ea9d feat: add loop data preview 3 年之前
LICENSE 09830dc304 chore: Create LICENSE 3 年之前
README.md 102f9c0ac3 chore: update README.md 3 年之前
package.json 58d6eaa57a feat: update editor 2 年之前
postcss.config.js 58d6eaa57a feat: update editor 2 年之前
secrets.blank.js 684503be56 feat: integrate with marketplace 3 年之前
tailwind.config.js 86a6d305f5 feat: update logs UI 2 年之前
webpack.config.js 7e3db85565 chore: update webserver 2 年之前
yarn.lock 58d6eaa57a feat: update editor 2 年之前

README.md

Automa

Automa latest version Follow Us on Twitter Chat with us on Discord

An extension for automating your browser by connecting blocks.
Auto-fill forms, do a repetitive task, take a screenshot, or scrape website data — the choice is yours. You can even schedule when the automation will execute!

Downloads

Chrome web store

Chrome Web Store

Firefox add-ons

Firefox Add-ons

Marketplace

Browse the Automa marketplace where you can share and download workflows with others. Go to the marketplace »

Project setup

Before running the yarn dev or yarn build script, you need to create the getPassKey.js file in the src/utils directory. Inside the file write

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

Contributors

Thanks to everyone who has submitted issues, made suggestions, and generally helped make this a better project.