Code Monkey home page Code Monkey logo

hcmus-dstn's Introduction

HCMUS - DSTN

Graduate information lookup, using official HCMUS API.

Official HCMUS website: https://pdt.hcmus.edu.vn/dstn

Usage

  1. Install required packages.
pip install -r requirements.txt
  1. Running main.py with required arguments.
λ python main.py --h
usage: main.py [-h] [--config CONFIG] [--student_id STUDENT_ID] [--degree_id DEGREE_ID] [--language LANGUAGE]

optional arguments:
  -h, --help            show this help message and exit
  --config CONFIG       Config file (config.json)
  --student_id STUDENT_ID
                        Student Name or Student ID
  --degree_id DEGREE_ID
                        Degree ID no.
  --language LANGUAGE   Language (en/vn)

Configurations

Configurations can be found in config.json:

{
    "api_url": "https://example.com/dstn/api", // Official school API
    "rows": 10,                                // Max of results per row
    "page": 1,                                 // Show results per page.
    "sord": "desc"                             // Sorting order
}

LICENSE

This project is licensed under THE GNU GPL v3

hcmus-dstn's People

Contributors

hwangswan avatar meadoge avatar trhgquan avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

hwangswan

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.