Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.24 KB

Moodle API Client

This project is not endorsed by Moodle but developed independently

Developed with tiny-api-client

This library is developed for Blackboard Sync.

from moodle import MoodleSession

session = MoodleSession('https://sandbox.moodledemo.net/', token=...)
session.core_webservice_get_site_info()

Installation

pip install moods

License

License: GPL  v2.1

This software is distributed under the General Public License v2, more information available at the Free Software Foundation.