Juzlus / KeydropPlusCasesOdds

Keydrop+ Cases Odds is a service that gets case odds from Keydrop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release       GitHub latest commit      

πŸ€” About

Keydrop+ Cases Odds is a service that gets case odds from keydrop.com. Designed as a supporting service for KeydropPlus v2.

🌍 Available languages

  • English

πŸ’‘ Packages needed

npm i node-fetch@2  @octokit/rest  dotenv  fs  node-cron  puppeteer  puppeteer-extra  puppeteer-extra-plugin-stealth

πŸ› οΈ Configuration

Configuration variables can be found in the file: ".env".

  • BROWSER_PATH - path to the selected browser (on most OS can be left empty)
  • BROWSER_TIMEOUT - maximum time to wait for a response (default 160000)

In case you do not want to update the file on github, leave the GITHUB_TOKEN variable empty.

  • GITHUB_TOKEN - Create a token
  • GITHUB_OWNER - user name
  • GITHUB_REPO - repository name
  • GITHUB_FILE - path to case odds file (e.g. data/cases.json)
  • GITHUB_BRANCH - branch name (e.g. main)

🌐 Preview JSON format

[
    # Youtuber cases format
    {
        "name": "ZONY",
        "img": "https://key-drop.com/uploads/skins/ZONY.png",
        "url": "https://key-drop.com/pl/panel/profil/deposit-money",
        "price_USD": 9,
        "youtuber": true,
        "odds": 15
    },
    {
        "name": "FOREVER",
        "img": "https://key-drop.com/uploads/skins/FOREVER.png",
        "url": "https://key-drop.com/pl/panel/profil/deposit-money",
        "price_USD": 9,
        "youtuber": true,
        "odds": 15
    },
    ,
    ,
    ,
    # Game/Skin cases format
    {
        "name": "Sweety",
        "odds": 15
    },
    {
        "name": "Delicious",
        "odds": 15
    },
    ,
    ,
    ,
    # Golden cases format
    {
        "name": "TOPAZ",
        "goldProfit": "13425095.27"
    },
    {
        "name": "BONY",
        "goldProfit": "12678431.26"
    }
]

πŸ”₯ Screenshots

Fetching cases

πŸ“ Feedback

If you have any Feedback or questions, please contact me at juzlus.biznes@gmail.com or Discord.

πŸ’ Donate

β €

⚠️ Disclaimer

The KeydropPlusCasesOdds is an independent project developed by an individual and is not endorsed or affiliated with key-drop.com.

The author of the extension is not responsible for any consequences resulting from its use.

About

Keydrop+ Cases Odds is a service that gets case odds from Keydrop.


Languages

Language:JavaScript 100.0%