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
- Host: GitHub
- URL: https://github.com/eliasdevis/kahoot-answers
- Owner: EliasDevis
- Created: 2022-09-28T17:32:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T15:30:46.000Z (10 months ago)
- Last Synced: 2025-05-12T13:52:01.743Z (5 months ago)
- Topics: express-js, js, kahoot, kahoot-api, kahoot-hack, pejs
- Language: JavaScript
- Homepage: https://khanswers.vercel.app
- Size: 248 KB
- Stars: 58
- Watchers: 1
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`