An open API service indexing awesome lists of open source software.

https://github.com/eliasdevis/kahoot-answers

Get kahoot answers with id or pin
https://github.com/eliasdevis/kahoot-answers

express-js js kahoot kahoot-api kahoot-hack pejs

Last synced: about 1 month ago
JSON representation

Get kahoot answers with id or pin

Awesome Lists containing this project

README

          

# Kahoot Answers #
Live: **https://khanswers.vercel.app**

It just sends get request to the one of API urls below and formats json response in html code. You can enter pin, id and any of gui urls. It can't be traced by your teacher and works for all quizes.

PS: Code isn't really great, pull requests would be welcome

## TODO ##
- [ ] Users block
- [ ] Log uuids and ip
- [ ] Language changer
- [ ] About info
- [ ] Support question and answer styling
- [ ] Autotests
- [ ] Custom domain

## Example kahoot quiz ##
Pin: 11111111
Uuid: 6e342965-8e19-47ed-8f27-5707b03d8797
Url id: 6e342965-8e19-47ed-8f27-5707b03d8797_1664805379662
CreatorId: 6e342965-8e19-47ed-8f27-5707b03d8797
Created: 1664805379662

### GUI urls ###
* https://kahoot.it/challenge/11111111?challenge-id=6e342965-8e19-47ed-8f27-5707b03d8797_1664805379662
* https://kahoot.it/challenge/11111111
* https://kahoot.it/challenge/6e342965-8e19-47ed-8f27-5707b03d8797_1664805379662

### API urls ###
* https://kahoot.it/rest/challenges/6e342965-8e19-47ed-8f27-5707b03d8797_1664805379662
* https://kahoot.it/rest/challenges/6e342965-8e19-47ed-8f27-5707b03d8797_1664805379662/answers
* https://kahoot.it/rest/challenges/6e342965-8e19-47ed-8f27-5707b03d8797_1664805379662/progress
* https://kahoot.it/rest/challenges/pin/11111111

## Scripts ##
Run: `yarn start`
Develop: `yarn dev`