strykes / worldcup-slack-bot

WorldCupBot will notify a Slack channel/group for every matche during the 2014 FIFA World Cup Brazil™.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Worldcup Slack Bot

WorldCupBot will notify a Slack channel/group for every matches during the 2014 FIFA World Cup Brazil™.

It uses the "unofficial" FIFA json API (the one used for their mobile apps).

It will post a message :

  • when a match starts
  • for every red/yellow card
  • for the half time and end time
  • and of course, for every goal

Preview

Here is a preview of the Ghana vs USA match.

worldcup-slack-bot sample

Requirements

Installation

  • Clone this repo
  • Set up a cron to run every minute:
* * * * * cd /path/to/folder && php worldCupNotifier.php >> worldCupNotifier.log

Side notes

The code is ugly but it works.

Everything is posted in french, but feel free to fork and use your own language. FYI, FIFA API can provide text in en/fr/de/es/pt.

About

WorldCupBot will notify a Slack channel/group for every matche during the 2014 FIFA World Cup Brazil™.

License:MIT License


Languages

Language:PHP 100.0%