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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file kahoot.py-1.0.0.tar.gz.
File metadata
- Download URL: kahoot.py-1.0.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7733b6e1c511c23eb99114acda080c6379cea63a084c9bb3f19813e9c0dcadfa
|
|
| MD5 |
924e2e56b672c90200ec34ee71a9a115
|
|
| BLAKE2b-256 |
8db22f4d49392863425154bdd7b05f70de5455c452f3d315031e25dcd8c9552c
|