RPA Challenge is a competition where you need to automate some input filling and submitting. The approach used in this project to solve the problem was to use Puppeteer (aka headless Chrome) and Node.js to automate the process very quickly.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
- Conversion of XLSX file to JSON
- Fast information filling and submitting
- Node.js - A JavaScript runtime build on Chrome's V8 JS Engine
- Puppeteer - A headless Chrome browser for automation
- node-xlsx - A node.js module to read and write excel files
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/xandao-dev/rpa-challenge.git
- Install dependencies
cd rpa-challenge npm install # or yarn install
- Run the project
npm run start # or yarn start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Free software =)
Alexandre Calil - Linkedin - alexandre@xandao.dev
Project Link: https://github.com/xandao-dev/rpa-challenge