Skip to content

WorldCupBot will notify a Slack channel/group for every match during the 2018 FIFA World Cup Russia™.

License

Notifications You must be signed in to change notification settings

Joef/worldcup-slack-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Worldcup Slack Bot

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

Preview

Here is a preview of the Colombia vs Japan 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 match during the 2018 FIFA World Cup Russia™.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 100.0%