Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuurvos1/stayhydratedfox
A Twitch bot that helps you to stay hydrated
https://github.com/vuurvos1/stayhydratedfox
bot go golang hydration reminder twitch twitch-bot water
Last synced: about 10 hours ago
JSON representation
A Twitch bot that helps you to stay hydrated
- Host: GitHub
- URL: https://github.com/vuurvos1/stayhydratedfox
- Owner: Vuurvos1
- License: mit
- Created: 2020-05-26T08:38:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T17:41:21.000Z (over 1 year ago)
- Last Synced: 2024-01-28T13:17:02.546Z (12 months ago)
- Topics: bot, go, golang, hydration, reminder, twitch, twitch-bot, water
- Language: Go
- Homepage:
- Size: 108 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://go.dev/) 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](https://github.com/Vuurvos1/stayHydratedFox/blob/main/LICENSE)