Skip to content

tilap/kingshot-batch-gift-code-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kingshot Batch Gift Code Processor

Two solutions to automatically apply a gift code to multiple players on the Kingshot website.

Solutions

Chrome Extension

Browser extension with a visual interface. See chrome-extension/README.md.

Headless Script

Command-line script using Puppeteer. See headless/README.md.

Input/Output Format

Both solutions use the same input and output format.

Input format (player IDs file):

113779403 Sir Geekalot
114090686 Locknessy
1234567890

Output format (results file):

Apply code KINGSHOTXMAS
O = applied, X = error, ! = already applied

- O 113779403 Sir Geekalot
- ! 116892119 Rose
- X 116532360 Mowgli

License

Copyright (c) 2025 Julien Lavinh

Licensed under the MIT License. See LICENSE for details.

About

Apply a gift code to multiple players on the Kingshot website via chrome-extension or NodeJS script.

Topics

Resources

License

Stars

Watchers

Forks