Giter VIP home page Giter VIP logo

ncku-questionary-automation's Introduction

NCKU Questionary Automation

Daily body temperature and symptom record tracking

About

This tool is for NCKU students or staff member to automatically submit temperature and footprint status to school questionary system.

Using automator

Setup

Bring your own webdriver for this tool. Chrome is preferred. (default driver is located at ./chrome_drivers/chromedriver.mac64_m1)

Edit .env as follow, we can use pipenv to load these values.

STUDENT_ID=
PASSWORD=
WEBDRIVER={path of webdriver / relative or absolute}

Python dependencies are required. Please use pyenv to install python3.9 and use pipenv to install tool dependencies.

# in project root
pyenv install 3.9.1
pyenv local 3.9.1
pip install pipenv
pipenv --python $(pyenv which python)
pipenv install
pipenv run automator/main.py  # run

above script is not mandatory, if you know the drill, you can set it up by yourself.

Further instruction

Setup cronjob to automate this script.

Contributing

Contributing to this repo is welcome.

  • Submit issues or PRs

Author

Chai-Shi Chang ([email protected])

ncku-questionary-automation's People

Contributors

iknowright avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.