msemple1111 / kahoot-hack

A suite of tools for easily manipulating the kahoot.it quiz platform
GNU General Public License v3.0
65 stars 27 forks source link

Implement this on my own site? #28

Open Indoors420 opened 6 years ago

Indoors420 commented 6 years ago

So I've created a basic website and I wan't to use this on the backed, if that's ok, how should I go about doing it?

msemple1111 commented 6 years ago

I have a re-engineered project that I'm planning to release in the next couple weeks or so. I'll add you to the private repo. The simplest way probably would be to create a http API using Flask and then serve it using Tornado. Then just create a static html website and just use HTML forms or javascript to interact with the API.

msemple1111 commented 6 years ago

If you need some pointers, open an issue on that repo. I would love to add a simple web interface onto this project, so once you think you have some suitable code please open a pull request so that I can add it.

krestenlaust commented 6 years ago

Cool stuff