1.1.0 • Published 3 years ago

devplayautocoupon v1.1.0

Weekly downloads
4
License
MIT
Repository
-
Last release
3 years ago

devPlayAutoCoupon

Introduction

Module that apply devPlay coupon through CLI

Screenshots

ss1

ss2

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 json

Json format looks like below

{
    "data":[
        {
            "gameCode": "ck",
            "devPlayId": "myDevPlayId",
            "coupons": [
                "WELCOMETOKINGDOM",
                "KINGDOMWELOVEYOU",
                "KINGDOMSUNBA0128",
                "KINGDOMYANGDDING",
                "KINGDOMSWAMP0130",
                "TK2PO5GA87DBJALQ",
                "KINGDOMLILKA2021",
                "KINGDOMOKING5927"
            ]
        },
        {
            "gameCode": "crpuz",
            "devPlayId": "myDevPlayId",
            "coupons": [
                "TCT2YTW5PY243P7Y"
            ]
        }
    ]
}

☎️ Need help ?

Post on Issue or Contact me