Automation fill questionnare on PACIS Unpad
View Demo
·
Report Bug
·
Request Feature
Table of Contents
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/fyfirman/pacis-questionnaire-bot.git
- Install NPM packages
npm install
-
Copy .env.example to .env
-
Fill
PAUS_USERNAME
andPAUS_PASSWORD
in.env
with your PAUS credentials -
(Optional) Fill
AZURE_COMPUTER_VISION_KEY
andAZURE_COMPUTER_VISION_ENDPOINT
in.env
with your Azure Computer Vision service credentials -
Run with one of these mode
# Development mode npm run dev # Production mode npm start
-
Fill captcha and click login if you skipped step no. 3
-
Enjoy your grades!
- You need to have an Azure subscription. Create one for free here.
- 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.
- You can find your subscription key and endpoint in the resource's key and endpoint page, under resource management.
- Your Computer Vision endpoint has the form
https://<your_computer_vision_resource_name>.cognitiveservices.azure.com/
.
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.
Template README by Best-README-Template
Firmansyah Yanuar - @fyfirman - [email protected]
Project Link: https://github.com/fyfirman/pacis-questionnaire-bot