joker-auto
v1.0.2
Published
Package for managing your Joker.com account.
Downloads
5
Maintainers
Readme
Joker Automation
This is a node.js script for automating Joker.com services. Still in early development. Currently only logs you in and unlocks a domain and gives you the auth-id (transfer key) of a domain.
Usage
Installation
npm i joker-auto -g
Add your joker.com login credentials to the joker.js file.
Login
joker-auto login
This command returns the temporary (1h) session id.
###Order auth-id
joker-auto getkey domain.com <INSERT THE SESSION ID HERE>
This will queue the auth-id order. You will have to wait a bit. You will get the queue ID here.
Show auth-id
joker-auto showkey <INSERT THE QUEUE ID HERE> <INSERT THE SESSION ID HERE>
If you do this too fast. You will not get the auth-id. Patience is key.