WorldCupBot will notify a Slack channel/group for every matches during the 2018 FIFA World Cup Russia™.
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
Here is a preview of the Colombia vs Japan match.
- PHP >= 5.3
- You need a token from Slack:
- Jump at https://api.slack.com/custom-integrations/legacy-tokens (you have to login)
- and you will find your token.
- Clone this repo
- Set up a cron to run every minute:
* * * * * cd /path/to/folder && php worldCupNotifier.php >> worldCupNotifier.log
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.