Skip to content

danielkauffmann/poodle

Repository files navigation

Poodle - Python integration with Moodle Web Service API

This package is beign used by Moodle Organizer Bot, a Discord multipurpose bot to get users data inside the Discord environment.

See the full documentation at Poodle Docs

🚀 Usage

from poodle import Mdl

# Instantiate Moodle object
mdl = Mdl()

# Moodle Web Service function call
mdl(token="YOUR_TOKEN", url="MOODLE_BASE_URL", wsfunction="MOODLE_API_FUNCTION")

💻 Development Setup

Install the development dependencies by running:

pip install -r requirements-dev.txt  

✅ Release History

  • 0.1.0
    • Coming soon... 🚧

👨‍💻 Creators

Daniel Kauffmann
Daniel Kauffmann

E-mail Linkedin Twitter

Lucas Garcia
Lucas Garcia

E-mail Linkedin Twitter

🔖 License

This project is licensed under the terms of the MIT license.

Releases

No releases published

Languages