Skip to main content

A python package to interact with Kahoot!

Project description

About

KahootPY is a library to interact with the Kahoot API. KahootPY supports joining and interacting with quizzes and challenges (not yet).

Installation

pip install -U KahootPY

from kahoot 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

KahootPY-0.1.4.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

KahootPY-0.1.4-py3-none-any.whl (12.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