https://github.com/danielbukowski/twitch-chatbot
Chatbot in Go for Twitch.tv
https://github.com/danielbukowski/twitch-chatbot
chatbot go twitch-bot
Last synced: 6 months ago
JSON representation
Chatbot in Go for Twitch.tv
- Host: GitHub
- URL: https://github.com/danielbukowski/twitch-chatbot
- Owner: danielbukowski
- License: mit
- Created: 2024-07-22T21:21:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T10:25:52.000Z (over 1 year ago)
- Last Synced: 2026-01-12T14:19:46.068Z (6 months ago)
- Topics: chatbot, go, twitch-bot
- Language: Go
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitch Bot
This project is a chatbot for Twitch.tv. It listens for messages on a channel and do something.
For example, the most basic command is a Ping command. It responds with a message 'Pong' whoever types the message `!ping` in a chat.
I've created this project with an idea in mind to learn Go and rewrite an older project made in TypeScript.
## Environment Variables
All required environment variables to this project are all listed in the config package.
## How To Run
At the time writing this readme, I build this project using GCC, Make and Go 1.22.5.
To run database migration scripts you need to download [Goose](https://github.com/pressly/goose) on your local machine.
In the near future I will make the building process easier by using Docker/Podman.
## License
[MIT](https://github.com/danielbukowski/twitch-chatbot/blob/main/LICENSE)