Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

## About The Project



RPA challenge website
RPA automation headless results
RPA automation non headless results

### 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)