This is a program for automatic hypixel skyblock data gathering. It will currently grab all of the bazaar data when the refesh time expires.
Clone this repository.
Run npm install
to install dependencies.
Create a config.json file with the following parameters:
{
"apiKey": "" // Your api key here
"refreshDelay": 12000 // The refresh delay in ms
}
Run the project using npm run
.
It will now save data!