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 ⏰
Clone the project
git clone git@github.com:katsapvlad/water_bot.gitGo to the project directory
cd water_botInstall dependencies
bundle installThen 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:migrateStart Sidekiq
bundle exec sidekiq -r ./app/workers/reminder_worker.rbStart the bot
ruby entrypoint.rb