Giter Club home page Giter Club logo

adam-api's Introduction

A python interface to access marks from ADAM. Limited functionality. Only works with Oakhill adam at this stage.

USAGE:

  • create a new session object with Session(username, password, type)

    • type is a string which describes the type of login, namely 'pupil', 'staff', or 'parent'.
    • all interactions with adam will happen through this object.
  • retrieve marks by using <your_session_object>.get_marks(term_index)

    • term_index is an int which refers to the index the desired term is found in the list returned by <your_session_object>.terms()

    • access different terms as you would access a list (0 for the most recent term, -1 for last term)

    • an optional parameter can be included like so: <your_session_object>.get_marks(term_index, subject=)

      • This will return a list of tuples containing your marks for each assessment you completed in a specific term for a specific subject

adam-api's People

Contributors

nateml avatar

Watchers

James Cloos 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.