devplayautocoupon

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i devplayautocoupon

Weekly Downloads

10

Version

1.1.0

License

MIT

Unpacked Size

80.5 kB

Total Files

31

Last publish

Collaborators

  • sweatpotato