Skip to content
forked from theusaf/KahootPY

Python API for Kahoot. Based off of kahoot.js-updated

License

Notifications You must be signed in to change notification settings

Budu0101/KahootPY

 
 

Repository files navigation

About

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

Installation

pip install -U KahootPY

Usage

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

Documentation:

See kahoot.js-updated. The API is very similar with some differences listed below:

Instead of Promises, KahootPY methods return Futures

Proxying works similarly, but only accepts finished requests or request options.

Finished requests must have a headers object and a text property

About

Python API for Kahoot. Based off of kahoot.js-updated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%