Skip to content

Small app to get notifications about matches played in World Cup

Notifications You must be signed in to change notification settings

kalelc/world-cup-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Russian World Cup Notifier

This is a simple project in Ruby to get notifications about matches played. The notifications are sent to slack creating a webhook.

Create Webhook on Slack

Slack -> configure app -> custom integrations -> add configuration -> incoming webhook -> select channel -> add incoming web hook integration

Install App

  1. bundle install
  2. rake database:migrate
  3. rake import:all
  4. Create crontab to call each hour:

0 * * * * <patch bin ruby> <path app>notifier.rb

Example

alt text

About

Small app to get notifications about matches played in World Cup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages