Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.04 KB

Stay Hydrated Bot

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.

🔩 Installing the project

First make sure you have Go installed on your system.

  1. Clone the project to your local environment
  2. Go to the folder where you saved the project in the terminal
  3. Run go mod tidy to install the needed Go packages
  4. Create a .env file using the .env.example template
  5. Start the project using go run main.go
  6. Your hydration bot should now be up and running 💦!

📰 License

This project is licensed under the MIT License