https://github.com/dxrcy/kahoot-name
Kahoot renaming API
https://github.com/dxrcy/kahoot-name
api kahoot name
Last synced: 7 months ago
JSON representation
Kahoot renaming API
- Host: GitHub
- URL: https://github.com/dxrcy/kahoot-name
- Owner: dxrcy
- Created: 2023-03-09T02:15:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T07:11:39.000Z (over 2 years ago)
- Last Synced: 2025-03-15T08:37:16.873Z (7 months ago)
- Topics: api, kahoot, name
- Language: Rust
- Homepage: https://kahootname.up.railway.app
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kahoot Renaming Server
Kahoot renaming API. Use [Redirector](https://addons.mozilla.org/en-GB/firefox/addon/redirector/) addon to use custom name for Kahoot generated name.
Hosted on [Railway](https://railway.app) with Rust (Just a little program). In the future it will most likely be moved to a new domain.
# Usage
## Kahoot
- Install [Redirector](https://addons.mozilla.org/en-GB/firefox/addon/redirector/) addon on Firefox or Chrome
- Click the Redirector button (Addon) -> 'Edit Redirects'
- 'Create new redirect'
- 'Example URL': `https://apis.kahoot.it/namerator`
- 'Include Pattern': `https://apis.kahoot.it/namerator`
- 'Redirect to': `https://kahootname.up.rocket.app/` with `` being the name you want (Refer to [API Usage](#api-usage))
- Click 'Show advanced options'
- Make sure 'XMLHttpRequests (Ajax)' is checked
- Click SaveIt should automatically change the name once you spin
## API Usage
Url syntax options:
- `https://kahootname.up.rocket.app/` (Default name)
- `https://kahootname.up.rocket.app/` Path
- `https://kahootname.up.rocket.app/?name=` Query overrides pathIf no name is given, default will be used.
Add the caret (`^`) character to represent an invisible character.
This will not show on the screen, and will bypass the profanity filter.
If name only contains carets, then name will display blank.# Issues
[Create a new issue](https://github.com/darccyy/kahoot-name/issues/new)