A Twitch bot that helps you to stay hydrated while streaming, written in Go
Why 120 mL an hour?
Assuming the average human is awake for 16 hours a day and needs to consume approximately 2 Liters of that delicious hydrogen oxide. If you were to divide 2 liter by 16 hours you would get 125 mL of water an hour, but because I like the number 120 more than 125, you have to consume 120 mL of water an hour.
First make sure you have Go installed on your system.
- Clone the project to your local environment
- Go to the folder where you saved the project in the terminal
- Run
go mod tidy
to install the needed Go packages - Create a
.env
file using the.env.example
template - Start the project using
go run main.go
- Your hydration bot should now be up and running 💦!
This project is licensed under the MIT License