All Projects → nicolopignatelli → Wc2018 Slack Bot

nicolopignatelli / Wc2018 Slack Bot

Licence: mit
World Cup 2018 Slack Bot

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Wc2018 Slack Bot

dienstplan
Slack bot app for duty rotations
Stars: ✭ 14 (+27.27%)
Mutual labels:  slack, slackbot, slack-bot
iou-slack-bot
💸 IOU Slack Bot - Keep track of your debts with your peers.
Stars: ✭ 13 (+18.18%)
Mutual labels:  slack, slackbot, slack-bot
Slack Machine
A sexy, simple, yet powerful and extendable Slack bot
Stars: ✭ 91 (+727.27%)
Mutual labels:  slack-bot, slackbot, slack
Jbot
Make Slack and Facebook Bots in Java.
Stars: ✭ 1,148 (+10336.36%)
Mutual labels:  slack-bot, slackbot, slack
Go Sarah
Simple yet customizable bot framework written in Go.
Stars: ✭ 188 (+1609.09%)
Mutual labels:  slack-bot, slackbot, slack
slack widgets
An abstraction of the JSON structure needed to create widgets in Slack message attachments
Stars: ✭ 14 (+27.27%)
Mutual labels:  slack, slackbot, slack-bot
git-slack-notify
Sends Slack notifications for new commits in Git repositories
Stars: ✭ 12 (+9.09%)
Mutual labels:  slack, slackbot, slack-bot
Botonomous
A PHP Framework For Creating Autonomous Slack Bots
Stars: ✭ 109 (+890.91%)
Mutual labels:  slack-bot, slackbot, slack
Chatskills
Run and debug Alexa skills on the command-line. Create bots. Run them in Slack. Run them anywhere!
Stars: ✭ 171 (+1454.55%)
Mutual labels:  slack-bot, slackbot, slack
Fantasy football chat bot
GroupMe Discord and Slack Chatbot for ESPN Fantasy Football
Stars: ✭ 166 (+1409.09%)
Mutual labels:  slack-bot, slackbot, slack
Obed Bot
🍴 Obed Slack Bot, na požiadanie kontroluje aktuálnu ponuku denného menu reštaurácii. [only for slovak|czech users]
Stars: ✭ 32 (+190.91%)
Mutual labels:  slack-bot, slackbot, slack
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+25936.36%)
Mutual labels:  slack-bot, slackbot, slack
Slack Ruby Client
A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
Stars: ✭ 957 (+8600%)
Mutual labels:  slack-bot, slackbot, slack
SlackWebhooksGithubCrawler
Search for Slack Webhooks token publicly exposed on Github
Stars: ✭ 21 (+90.91%)
Mutual labels:  slack, slackbot, slack-bot
Slack Block Builder
Lightweight, no-dependency JavaScript library for creating Slack Block Kit UIs, with a builder syntax, inspired by SwiftUI.
Stars: ✭ 129 (+1072.73%)
Mutual labels:  slack-bot, slackbot, slack
Sactive Bot
😈 An extensible chat bot framework. sactive-bot is an evolution of the open source hubot project. - https://www.shipengqi.top/sactive-bot .
Stars: ✭ 212 (+1827.27%)
Mutual labels:  slack-bot, slackbot, slack
Slacker
Slack Bot Framework
Stars: ✭ 495 (+4400%)
Mutual labels:  slack-bot, slackbot, slack
node-slack-events-api
Slack Events API for Node
Stars: ✭ 93 (+745.45%)
Mutual labels:  slack, slack-bot
slack-php-app-framework
Robust PHP framework for building Slack apps in PHP
Stars: ✭ 29 (+163.64%)
Mutual labels:  slack, slack-bot
Scrape Rss Bot
Slack bot that converts links to an RSS feed
Stars: ✭ 16 (+45.45%)
Mutual labels:  slack-bot, slackbot

World Cup 2018 Slack Bot

A simple Slack bot for notifications about the current WC2018 match.

It will notify about the start and end of a match, yellow and red cards, half times and, naturally, goals.

Setup and installation

  • Create a Slack bot in your account and note down the token
  • Invite the bot in your channel
  • Clone the repo
  • Run make deps. To download all the dependencies.
  • Run make build. An x64 executable is created in the bin/ directory. Adjust the target according to your runtime architecture.
  • Run the binary with the required env variables. Eg: WC2018_SLACK_TOKEN=<your-token> WC2018_SLACK_CHANNEL=<your-channel> ./wc2018-slack-bot
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].