Skip to content

Latest commit

 

History

History
163 lines (123 loc) · 4.97 KB

readme.md

File metadata and controls

163 lines (123 loc) · 4.97 KB

LinkedIn


Logo

PACIS QUESTIONNAIRE BOT

Automation fill questionnare on PACIS Unpad


View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

Demo

Built With

Getting Started

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

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/fyfirman/pacis-questionnaire-bot.git
  2. Install NPM packages
    npm install

Usage

  1. Copy .env.example to .env

  2. Fill PAUS_USERNAME and PAUS_PASSWORD in .env with your PAUS credentials

  3. (Optional) Fill AZURE_COMPUTER_VISION_KEY and AZURE_COMPUTER_VISION_ENDPOINT in .env with your Azure Computer Vision service credentials

  4. Run with one of these mode

    # Development mode
    npm run dev
    
    # Production mode
    npm start
  5. Fill captcha and click login if you skipped step no. 3

  6. Enjoy your grades!

How to get your Azure Computer Vision key and endpoint

  1. You need to have an Azure subscription. Create one for free here.
  2. Once you have your Azure subscription, create a Computer Vision resource in the Azure portal to get your key and endpoint. After it deploys, click Go to resource.
  3. You can find your subscription key and endpoint in the resource's key and endpoint page, under resource management.
  4. Your Computer Vision endpoint has the form https://<your_computer_vision_resource_name>.cognitiveservices.azure.com/.

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.

Template README by Best-README-Template

Contact

Firmansyah Yanuar - @fyfirman - [email protected]

Project Link: https://github.com/fyfirman/pacis-questionnaire-bot