This is a simple project in Ruby to get notifications about matches played. The notifications are sent to slack creating a webhook.
Slack -> configure app -> custom integrations -> add configuration -> incoming webhook -> select channel -> add incoming web hook integration
bundle install
rake database:migrate
rake import:all
- Create crontab to call each hour:
0 * * * * <patch bin ruby> <path app>notifier.rb