Automa是一款创新的网页自动化工具,专为寻求提升工作效率、简化数据收集过程的现代工作者设计。它融合了先进的数据抓取技术与直观的流程自动化功能,使用户能够在纷繁复杂的网络环境中轻松提取宝贵信息。无论您是需要监控竞争对手的价格变动、整理行业报告,还是日常的市场调研,Automa都能成为您的得力助手,让繁琐的手动操作成为过去式。 https://github.com/AutomaApp/automa.git
|
1 жил өмнө | |
---|---|---|
.github | 2 жил өмнө | |
.vscode | 1 жил өмнө | |
business | 2 жил өмнө | |
src | 1 жил өмнө | |
utils | 2 жил өмнө | |
.babelrc | 3 жил өмнө | |
.editorconfig | 3 жил өмнө | |
.eslintrc.js | 1 жил өмнө | |
.gitignore | 2 жил өмнө | |
.prettierrc | 3 жил өмнө | |
LICENSE.txt | 2 жил өмнө | |
README.md | 2 жил өмнө | |
jsconfig.json | 2 жил өмнө | |
package.json | 1 жил өмнө | |
postcss.config.js | 2 жил өмнө | |
secrets.blank.js | 1 жил өмнө | |
tailwind.config.js | 2 жил өмнө | |
webpack.config.js | 1 жил өмнө | |
yarn.lock | 1 жил өмнө |
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!
![]() Chrome Web Store |
![]() Firefox Add-ons |
Browse the Automa marketplace where you can share and download workflows with others. Go to the marketplace »
Automa Chrome Extension Builder (Automa CEB for short) allows you to generate a standalone chrome extension based on Automa workflows. Go to the documentation »
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
automa/build
directory and select it.about:debugging#/runtime/this-firefox
.automa/build
directory and select the manifest.json
file.Thanks to everyone who has submitted issues, made suggestions, and generally helped make this a better project.
Source code in this repository is variously licensed under the GNU Affero General Public License (AGPL), or the Automa Commercial License.
See LICENSE.txt for details.