Skip to main content

A python package to interact with Kahoot!

Project description

About

Kahoot.py is a library to interact with the Kahoot API.

Installation

pip install -U KahootPY

from kahoot.py import client
bot = client()
bot.join(12345,"KahootPY")
def joinHandle():
  pass
bot.on("joined",joinHandle)

Since this is basically a translation of JavaScript to Python, expect issues and bugs.

Documentation: See kahoot.js-updated. The API is very similar, besides having no Promises.

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

kahoot.py-1.0.0.tar.gz (11.2 kB view hashes)

Uploaded Source

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