Skip to main content

An easy-to-use wrapper for connect.det.wa.edu.au implemented in Python3

Project description

ConnectWrapper

Written by Mitch Naake (Year 11 ATAR Computer Science, Butler College)

What is ConnectWrapper?

ConnectWrapper is an easy way for Western-Australian students to create their own apps around the teacher-student communication platform, https://connect.det.wa.edu.au/

What are the benefits?

ConnectWrapper handles all requests and responses to and from the Connect webserver. Responses from the webserver are parsed and compiled in a way that makes it easier to get information from your request, saving you endless time with trying to find specific data from your own request, it's all there in front of you, in an easy-to-read format!

What can I do with ConnectWrapper?

Upon it's initial release, ConnectWrapper has the following functions:

  • Mobile
    • Authentication

      • get_access_token (Used for authenticating future requests)
      • check_access_token (Used to check whether an access_token is valid/invalid/expired)
    • Notices

      • get_feed (Returns posts depending on user's kwargs, default returns the 10 most-recent posts)
      • view_notice (Used to view the details about the notice, adds a view to notice view counter)
      • add_comment (Posts a comment to the specified notice)

Please Note: There are more functions coming soon...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ConnectWrapper-0.0.5.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

ConnectWrapper-0.0.5-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page