Skip to content

apollyon600/bot

Repository files navigation

skyblock-simplified

Multi-purpose bot for hypixel skyblock

REQUIREMENTS

Python 3.8+

MongoDB

SCIP Solver binary with AMPL interface (https://www.scipopt.org/index.php#download) in same folder as bot

DOCKER DEPLOYMENT

git clone https://github.com/Skyblock-Simplified/bot

Edit the Dockerfile and add your API key, Discord token, MongoDB URI to it.

docker-compose up

NORMAL DEPLOYMENT

cd bot
pip install -r requirements.txt
cp .env_default .env

Add your API key, Discord token, MongoDB URI to the .env file.

Your bot should now be able to run. Launch it with run.bat or run.sh.

TODO

Add deployment script to setup MongoDB collections/aggeration/validation stuff.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages