https://github.com/dnascanner/skyblock-smart-craft
https://github.com/dnascanner/skyblock-smart-craft
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnascanner/skyblock-smart-craft
- Owner: DNAScanner
- Created: 2024-07-19T18:36:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T16:24:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T14:43:44.653Z (over 1 year ago)
- Language: TypeScript
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SkyBlock Smart Craft by DNA
Hello. This is a small Deno script, which will help you make money fast in Hypixel SkyBlock. The program will get the best items to buy, craft and sell for profit. The output will be automatically updated every 5 seconds. To get the prices, the program uses the SkyBlock API at `https://api.hypixel.net/skyblock/bazaar`
## How to use
1. Install [Deno](https://deno.com)
2. Run the script
```
deno run -A main.ts
```
or
```
deno run -A https://raw.githubusercontent.com/DNAScanner/SkyBlock-Smart-Craft/main/main.ts
```

