This project is designed to bypass the Kasada (KPSDK) protection system used by kick.com by using a free API via RapidAPI. It automatically generates usernames and passwords, handles email verification with temp mail, and registers new accounts.
- ✅ KPSDK (Kasada) Solver via RapidAPI
- 📩 Automatic email verification using temp mail
- 🔐 Random username and strong password generator
- 🔁 Continuous account creation loop
- Python 3.8+
- Install the required packages:
pip install aiohttp
- Replace
"YOUR_API_KEY"
inside thekasadasolv()
function with your own RapidAPI key:
headers = {
"x-rapidapi-key": "YOUR_API_KEY",
"x-rapidapi-host": "kick-kasada-kpsdk-solver-api.p.rapidapi.com"
}
- Run the script:
python accgen.py
This script uses a free API via RapidAPI to solve Kick’s KPSDK protection.
🔗 Free API URL:
https://rapidapi.com/ttur5678/api/kick-kasada-kpsdk-solver-api/playground
You can send 1 request/second in the free tier.
Need higher speed or stability? A private and faster version is available for purchase.
https://rapidapi.com/ttur5678/api/kick-kasada-kpsdk-solver-api/playground
All created accounts will be saved to a local kicks.json
file in this format:
[
{
"auth": "TOKEN_HERE",
"mail": "[email protected]",
"password": "securePassword"
}
]
This tool is for educational and research purposes only. Any misuse is strictly the user's responsibility.
Need help or have questions?
Reach out via Telegram: @wezaxy discord: wezaxy https://discord.gg/c44FB4PFcW