crepppy / hypixel-auction-bot

A bot that uses the Hypixel api (https://api.hypixel.net) in order to check the skyblock auction house for items selling for under their usual price.
GNU General Public License v3.0
4 stars 2 forks source link
discord-bot hypixel hypixel-api hypixel-skyblock python

Hypixel Auction Bot

Hypixel Auction bot is a python bot made to iterate over the hypixel auction house and return auctions that can be resold for a higher price

Checking the price gif

Installation

The bot currently depends on discord.py as it is the only way to access the bot. Before trying to use the bot make sure to download the required dependencies and configure the bot in config.toml.

pip install -r requirements.txt
python3 bot.py  # This will create the config.toml file
                # which should be edited before running
python3 bot.py

Roadmap

Contributing

Contributions are welcome, but the state of the bot is rapidly changing and unlikely to stay the same for a long period.