Skip to content

This bot will help you to control your water balance 💧 Just select the desired interval and the bot will automatically remind you that you need to drink some water ⏰

Notifications You must be signed in to change notification settings

muromski/water_bot

Repository files navigation

Water Bot

This bot will help you to control your water balance 💧

Just select the desired interval and the bot will automatically remind you that you need to drink some water ⏰

screenshot

Technologies

Ruby

Telegram

Postgres

Run Locally

Clone the project

  git clone git@github.com:katsapvlad/water_bot.git

Go to the project directory

  cd water_bot

Install dependencies

  bundle install

Then rename .env_example to .env and configure your own credentials

Create and setup database (other database and migration actions are in the Rakefile)

  rake db:create
  
  rake db:migrate

Start Sidekiq

  bundle exec sidekiq -r ./app/workers/reminder_worker.rb

Start the bot

  ruby entrypoint.rb

About

This bot will help you to control your water balance 💧 Just select the desired interval and the bot will automatically remind you that you need to drink some water ⏰

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published