Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tale/kittea-bot
A Hypixel to Discord guild chat bridge
https://github.com/tale/kittea-bot
discordjs hacktoberfest kubernetes mineflayer typescript
Last synced: about 1 month ago
JSON representation
A Hypixel to Discord guild chat bridge
- Host: GitHub
- URL: https://github.com/tale/kittea-bot
- Owner: tale
- License: mit
- Created: 2021-07-20T21:00:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T14:45:24.000Z (over 1 year ago)
- Last Synced: 2024-10-25T04:25:11.594Z (3 months ago)
- Topics: discordjs, hacktoberfest, kubernetes, mineflayer, typescript
- Language: TypeScript
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kittea Cafe Chat Bot
The Kittea Cafe guild chat to discord bot.
This bot is capable of acting as a bridge betweenI do not recommend that you attempt to deploy this project yourself. It has a very specific use
This project is deployed using Kubernetes, so apply the following secret before applying the manifest at `deploy.yaml`.
```yaml
apiVersion: v1
kind: Secret
metadata:
name: kittea-bot-credentials
type: Opaque
stringData:
MC_EMAIL: 'account_email'
MC_PASSWORD: 'account_password'
DISCORD_TOKEN: 'bot_token'
DISCORD_CHAT_CHANNEL: 'chat_channel_id'
DISCORD_NOTIFY_CHANNEL: 'notify_channel_id'
```### Development
This project works best in Docker and relies on [`Taskfile`](https://taskfile.dev/)
.Ubuntu: `sudo snap install task --classic`
macOS: `brew install go-task/tap/go-task`