Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xandao-dev/rpa-challenge
Automating input filling in rpachallenge.com website
https://github.com/xandao-dev/rpa-challenge
automation nodejs puppeteer rpa
Last synced: 12 days ago
JSON representation
Automating input filling in rpachallenge.com website
- Host: GitHub
- URL: https://github.com/xandao-dev/rpa-challenge
- Owner: xandao-dev
- License: mit
- Created: 2022-01-19T14:29:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T01:26:12.000Z (about 2 years ago)
- Last Synced: 2024-10-10T12:50:42.844Z (about 1 month ago)
- Topics: automation, nodejs, puppeteer, rpa
- Language: JavaScript
- Homepage:
- Size: 374 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
RPA Challenge
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
## About The Project
### Features
* Conversion of XLSX file to JSON
* Fast information filling and submitting### Built With
* [Node.js](https://nodejs.org/) - A JavaScript runtime build on Chrome's V8 JS Engine
* [Puppeteer](https://github.com/puppeteer/puppeteer) - A headless Chrome browser for automation
* [node-xlsx](https://github.com/mgcrea/node-xlsx) - A node.js module to read and write excel files## Getting Started
To get a local copy up and running follow these simple steps.
### Installation
1. Clone the repo
```sh
git clone https://github.com/xandao-dev/rpa-challenge.git
```
2. Install dependencies
```sh
cd rpa-challenge
npm install # or yarn install
```## Usage
* Run the project
```sh
npm run start # or yarn start
```## Roadmap
See the [open issues](https://github.com/xandao-dev/rpa-challenge/issues) for a list of proposed features (and known issues).
## Contributing
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**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See [LICENSE](./LICENSE.md) for more information.
Free software =)
## Contact
Alexandre Calil - [Linkedin](https://www.linkedin.com/in/xandao-dev/) - [[email protected]](mailto:[email protected])
Project Link: [https://github.com/xandao-dev/rpa-challenge](https://github.com/xandao-dev/rpa-challenge)