Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgrtowy/hybot
Discord bot to use most of Hypixel's API information
https://github.com/jgrtowy/hybot
discord-bot hypixel-api redis
Last synced: 3 days ago
JSON representation
Discord bot to use most of Hypixel's API information
- Host: GitHub
- URL: https://github.com/jgrtowy/hybot
- Owner: Jgrtowy
- License: bsd-2-clause
- Created: 2024-01-25T22:26:16.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-26T23:01:15.000Z (10 months ago)
- Last Synced: 2024-04-09T14:45:25.015Z (7 months ago)
- Topics: discord-bot, hypixel-api, redis
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HyBot
### Small Discord bot made for me and my friends.
### It makes use of Hypixel's API to get player stats, current skyblock auctions and other information.
### Built on top of DiscordJS, Bun and Redis database.## Development
1. Insert required values into `.env.example` file
2. Rename `.env.example` to `.env`
3. Run `bun i` to install dependencies
4. Run `bun dev` to start development server
5. Enjoy!