Skip to content

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

Notifications You must be signed in to change notification settings

Juzlus/KeydropPlusCasesOdds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.