https://github.com/blackoutburst/wally
A Discord bot created for the game Hole in the Wall on Hypixel, contains multiple commands, custom user profile
https://github.com/blackoutburst/wally
bot discord discord-bot hypixel hypixel-api hypixel-stats-bot java minecraft
Last synced: about 1 month ago
JSON representation
A Discord bot created for the game Hole in the Wall on Hypixel, contains multiple commands, custom user profile
- Host: GitHub
- URL: https://github.com/blackoutburst/wally
- Owner: Blackoutburst
- License: wtfpl
- Created: 2020-09-17T23:56:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T19:11:25.000Z (almost 2 years ago)
- Last Synced: 2023-07-12T20:24:58.301Z (almost 2 years ago)
- Topics: bot, discord, discord-bot, hypixel, hypixel-api, hypixel-stats-bot, java, minecraft
- Language: Kotlin
- Homepage: https://blackoutburst.com/wally.html
- Size: 40 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README


[](https://github.com/Blackoutburst/Wally/releases)

[](https://github.com/Blackoutburst/Wally/actions)
[](LICENSE)# Wally
Wally is a discord bot that allow you to check your Hypixel Hole in the Wall stats, he contains much more features such as a score tracker, customizable user profile, leaderboards and much more!## Prerequsites
* [Kotlin 1.7.0](https://kotlinlang.org/) - Kotlin is necessary to run the bot since it's made with Kotlin
* [Java 8+](https://www.java.com/) - Java is necessary to run the bot
* [A config file](https://github.com/Blackoutburst/Wally/blob/master/config/config.json) - see the [config.json](https://github.com/Blackoutburst/Wally/blob/master/config/config.json) file and modify it to your needs
* [A Hypixel key](https://hypixel.net/) - In order to get the data from Hypixel you need a key
* [A Discord bot](https://discord.com/developers/) - To send and receive messages via discord you need a bot and a token for that bot
* [A .env file](https://github.com/Blackoutburst/Wally/blob/master/config/.env.example) To put confidential values such as API key or discord token## Building
Open a command line and go into the directory and run
```
gradlew buildDependents
```## Running
Locate the generated jar file should be inside `repo/build/libs` and run
```
java -jar Wally-x.x.x-all.jar
```## Contributing
See [Contributing.md](https://github.com/Blackoutburst/Wally/blob/master/CONTRIBUTING.md)