{"id":20767839,"url":"https://github.com/kyzn/fifa-world-cup-slack","last_synced_at":"2026-04-30T07:40:28.065Z","repository":{"id":73424410,"uuid":"192028921","full_name":"kyzn/fifa-world-cup-slack","owner":"kyzn","description":"A script to notify Slack channels with live updates from FIFA World Cup matches.","archived":false,"fork":false,"pushed_at":"2020-06-13T19:07:42.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-13T19:05:29.668Z","etag":null,"topics":["fifa","football","hacktoberfest","perl","perl5","slack","slack-bot","soccer","world-cup","worldcup"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyzn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-15T02:47:22.000Z","updated_at":"2020-10-06T13:15:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"47e7f929-7772-4045-a23e-1bbb63390c12","html_url":"https://github.com/kyzn/fifa-world-cup-slack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kyzn/fifa-world-cup-slack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyzn%2Ffifa-world-cup-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyzn%2Ffifa-world-cup-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyzn%2Ffifa-world-cup-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyzn%2Ffifa-world-cup-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyzn","download_url":"https://codeload.github.com/kyzn/fifa-world-cup-slack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyzn%2Ffifa-world-cup-slack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32458237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fifa","football","hacktoberfest","perl","perl5","slack","slack-bot","soccer","world-cup","worldcup"],"created_at":"2024-11-17T11:33:35.799Z","updated_at":"2026-04-30T07:40:28.051Z","avatar_url":"https://github.com/kyzn.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"![A sample run](sample.png)\n\n# NAME\n\nworld-cup-slack 0.04\n\n# DESCRIPTION\n\nDownloads World Cup live game events from FIFA API \u0026 posts to Slack.\n\nRun following command to install dependencies.\n\n    cpanm File::Slurper Furl Getopt::Long List::Util JSON::XS\n\nScript comes with a debug mode, where you can pass a timeline.json and\nit prints messages to screen. Debug mode requires one time download of\ncalendar to get team names.\n\nYou can set a cronjob to run at every minute to utilize this script.\n\n# SYNOPSIS\n\nFirst, you will need a Slack incoming webhook URL. Here's how to get it:\n\n- Create an app at [https://api.slack.com/apps?new\\_app=1](https://api.slack.com/apps?new_app=1)\n- Go to your app details page at [https://api.slack.com](https://api.slack.com)\n- Go to \"Incoming webhooks\" on left navigation, it will be there.\n\nPost to slack incoming webhook URL.\n\n    perl world-cup-slack.pl --slack=https://hooks.slack.com/services/...\n\nProcess an existing JSON file for debug\n\n    perl world-cup-slack.pl --debug=12345678.json\n\nIncrease politeness sleep (defaults to 2 seconds)\n\n    perl world-cup-slack.pl --slack=... --sleep=10\n\nSpecify multiple Slack URLs to post to multiple workspaces\n\n    perl world-cup-slack.pl --slack=... --slack=...\n\nSpecify name and location of db.json file. This may be\nhelpful if you are running multiple instances of script.\n\n    perl world-cup-slack.pl --slack=... --dbjson=/some/file.json\n\nTesting by posting to Slack is also possible. Use following instructions.\n\n- Remove your db.json file.\n- Run script once with --slack argument provided.\n- Go into db.json and manually update one of the \"status:0\" games to \"status:3\"\n- Run script second time, it will collect events and keep them with \"posted:0\"\n- Run script for third time. It will post all events at once.\n\n# LICENSE\n\nMIT.\n\n# ATTRIBUTION\n\nThis script is partly based on\n[j0k3r/worldcup-slack-bot](https://github.com/j0k3r/worldcup-slack-bot)\nwhich was written in PHP.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyzn%2Ffifa-world-cup-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyzn%2Ffifa-world-cup-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyzn%2Ffifa-world-cup-slack/lists"}