Skip to content

Example usage of my unofficial API for communicating with Kik's password reset page.

Notifications You must be signed in to change notification settings

Mac0r0ni/Kik-Password-Reset-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Usage

curl -X POST -d emailOrUsername=<EMAIL_OR_USERNAME_HERE> https://KPR-API.stethosayshello.repl.co

Curl_Example

Alternativley, two example projects are posted here, they're pretty self explanitory.

git clone https://github.com/StethoSaysHello/Kik-Password-Reset-API then run which one you want to try out.

Text_Version.py is an example that can be used in the shell/terminal. (Test it here!)

Text_Version

GUI_Version.py is an example with a simple windowed user interface. (Test it here!)

GUI_Version

Disclaimers

I return the raw response from ws.kik.com/p, which tends to have some odd formatting, It's reccomended that you reformat it like I have in these examples before using it in your projects. At the moment rate limits still apply after 5-6 attempts, it'll just return the "invalid user/email" response, I'm working on ways to detect it so that I can bypass it. In addition, issues with Kik's password reset page going down or taking too long to respond are pretty frequent... Suprise suprise, right?

Source code is obfuscated and hosted myself to avoid abuse, I can see all traffic, and fully intend on using that to add automatic blacklisting for IPs that spam multiple calls a second. Though the source code will return error responses if you attempt to run it on an unauthorized machine, it does not contain harmful/malicious code of any kind.

About

Example usage of my unofficial API for communicating with Kik's password reset page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages