1.1.0 • Published 5 years ago
devplayautocoupon v1.1.0
devPlayAutoCoupon
Introduction
Module that apply devPlay coupon through CLI
Screenshots


Supported Games
- 쿠키런킹덤 (ck)
- 쿠키런퍼즐월드 (crpuz)
- 파티파티데코플레이 (pty)
💾 Installation
# Local install
git clone https://github.com/sweatpotato13/devPlayAutoCoupon.git
yarn build
yarn test
devplay [arg...]# from NPM
yarn global add devplayautocoupon
devplay [arg...]💾 Usage
devplay [gameCode] [devPlayId] [coupon] # Apply [coupon] in [devPlayId]
devplay [json] # Apply coupons with jsonJson format looks like below
{
    "data":[
        {
            "gameCode": "ck",
            "devPlayId": "myDevPlayId",
            "coupons": [
                "WELCOMETOKINGDOM",
                "KINGDOMWELOVEYOU",
                "KINGDOMSUNBA0128",
                "KINGDOMYANGDDING",
                "KINGDOMSWAMP0130",
                "TK2PO5GA87DBJALQ",
                "KINGDOMLILKA2021",
                "KINGDOMOKING5927"
            ]
        },
        {
            "gameCode": "crpuz",
            "devPlayId": "myDevPlayId",
            "coupons": [
                "TCT2YTW5PY243P7Y"
            ]
        }
    ]
}