This project provides a Selenium-based scraper for calculating the potential revenue from selling or crafting gemstones in the game Skyblock. It handles different types of gem calculations including rough, flawed, fine, and flawless gems.
Before running the script, you need to install the required Python packages:
python -m pip install -r requirements.txt
In order to run the bot, you need to
- Go to wherever you have the code downloaded and into a folder ex: "C:\Users___\Desktop\gemcalc\SB-Jade-Calc"
- Click the location highlighted in the image below
- In the selected box, select all and write 'cmd'
- Once the terminal opens up, paste 'py gemsel.py'
- The bot should now start running
Currently with the use of selenium it loads the required data on the skyblock.bz website.
AS FAR AS I KNOW ITS VERY DIFFICULT TO GET RATE LIMITED ON THEIR WEBSITE UNLESS you're a dumbass; I did not get rate limited once whilst developing this.