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

Ahmad Kholid 31df5e86cb feat: add "press key" block hace 3 años
.github a25b8bb477 v0.17.4 hace 3 años
.vscode 6f5071d87b init hace 3 años
src 31df5e86cb feat: add "press key" block hace 3 años
utils b0a4e9f00c feat: firefox compatibility hace 3 años
.babelrc 928caddcaa refactor: workflow engine hace 3 años
.editorconfig 8857f3a6d3 feat: add store hace 3 años
.eslintrc.js 6d9bcf575b fix: scheduled workflows not working after extension is updated hace 3 años
.gitignore 8b2aad54d3 refactor: files name hace 3 años
.prettierrc 729270ea9d feat: add loop data preview hace 3 años
LICENSE 09830dc304 chore: Create LICENSE hace 3 años
README.md b0a4e9f00c feat: firefox compatibility hace 3 años
package.json e7d4eade3f feat: workflow editor in element selector hace 3 años
postcss.config.js be19a27cb9 feat: add popup home page hace 3 años
secrets.blank.js 684503be56 feat: integrate with marketplace hace 3 años
tailwind.config.js 4d748a197f feat: add share workflow hace 3 años
webpack.config.js 7957883677 feat: add element selector when record workflow hace 3 años
yarn.lock e7d4eade3f feat: workflow editor in element selector hace 3 años

README.md

Automa

version Twitter 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!

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 for the chrome browser
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.