xandao-dev / rpa-challenge

Automating input filling in rpachallenge.com website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

Features

  • Conversion of XLSX file to JSON
  • Fast information filling and submitting

Built With

  • 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

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/xandao-dev/rpa-challenge.git
  2. Install dependencies
     cd rpa-challenge
     npm install # or yarn install

Usage

  • Run the project
    npm run start # or yarn start

Roadmap

See the open 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 for more information.

Free software =)

Contact

Alexandre Calil - Linkedin - alexandre@xandao.dev

Project Link: https://github.com/xandao-dev/rpa-challenge

About

Automating input filling in rpachallenge.com website

License:MIT License


Languages

Language:JavaScript 100.0%