All Projects → gesteves → Trebekbot

gesteves / Trebekbot

An addictive Jeopardy! bot for Slack. Fun fact, after I added this to my work Slack I was told to limit it to a single channel because productivity ground to a halt. (Five years later, the #jeopardy channel is still going strong.)

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Trebekbot

Jonsnow
App Store/Google Play review watcher, deliver new reviews to slack channel
Stars: ✭ 65 (-55.78%)
Mutual labels:  bot, heroku, slack
Slack Meme
A Meme Bot for Slack.
Stars: ✭ 322 (+119.05%)
Mutual labels:  bot, heroku, slack
Steem Fossbot Voter
A curation bot built for the Steemit social media platform, decides which posts to vote for and casts vote on behalf of a registered user
Stars: ✭ 92 (-37.41%)
Mutual labels:  bot, heroku
Botonomous
A PHP Framework For Creating Autonomous Slack Bots
Stars: ✭ 109 (-25.85%)
Mutual labels:  bot, slack
Slack Sql
🎉 Bring SQL console to Slack
Stars: ✭ 115 (-21.77%)
Mutual labels:  heroku, slack
Review Waiting List Bot
Make your team's review great again! ✨ It's a Slack bot to list up review waiting list.
Stars: ✭ 86 (-41.5%)
Mutual labels:  bot, slack
Whatsapp Node Api
A Simple NodeJS API Wrapper for WhatsApp
Stars: ✭ 81 (-44.9%)
Mutual labels:  bot, heroku
Zenmusic
Slack / Sonos / Spotify / Node.js - Control Sonos through #Slack
Stars: ✭ 113 (-23.13%)
Mutual labels:  bot, slack
Jbot
Make Slack and Facebook Bots in Java.
Stars: ✭ 1,148 (+680.95%)
Mutual labels:  bot, slack
Messaging Apis
Messaging APIs for multi-platform
Stars: ✭ 1,754 (+1093.2%)
Mutual labels:  bot, slack
Botkit
Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
Stars: ✭ 10,555 (+7080.27%)
Mutual labels:  bot, slack
Aws Maintenance Lambda
A lambda function to send alerts (to Slack, HipChat) on AWS maintenance events.
Stars: ✭ 133 (-9.52%)
Mutual labels:  bot, slack
Slacky
🐍 The BEST Slack Selfbot on GitHub | No Bot User, Acts Like It's You! ⭐️
Stars: ✭ 80 (-45.58%)
Mutual labels:  bot, slack
Serverless Slackbot
A boilerplate Serverless Slackbot framework with a custom scripts folder (like Hubot)
Stars: ✭ 72 (-51.02%)
Mutual labels:  bot, slack
Slack Machine
A sexy, simple, yet powerful and extendable Slack bot
Stars: ✭ 91 (-38.1%)
Mutual labels:  bot, slack
Ex mustang
✨ A simple, clueless bot
Stars: ✭ 67 (-54.42%)
Mutual labels:  bot, slack
Whatsapp Api
Rest API to send messages through whatsapp
Stars: ✭ 112 (-23.81%)
Mutual labels:  bot, heroku
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (-8.16%)
Mutual labels:  bot, slack
Slack Ooo Personal
Personal Slack Out of Office Bot
Stars: ✭ 65 (-55.78%)
Mutual labels:  bot, slack
Hubcommander
A Slack bot for GitHub organization management -- and other things too
Stars: ✭ 1,149 (+681.63%)
Mutual labels:  bot, slack

trebekbot

A Jeopardy! bot for Slack, powered by the jService API. Sets up a perpetual game of Jeorpardy! in your Slack channels.

Requirements

You'll need a Slack account, obviously, and a free Heroku account to host the bot. You'll also need to be able to set up new integrations in Slack; if you're not able to do this, contact someone with admin access in your organization.

Installation

  1. Set up a Slack outgoing webhook at https://slack.com/services/new/outgoing-webhook. Make sure to pick a trigger word, such as trebekbot. You might also want to set this up in a single room, if you value your team's productivity.

  2. Grab the token for the outgoing webhook you just created, and a Slack API token, which you can get from https://api.slack.com/web.

  3. Click this button to set up your Heroku app: Deploy
    If you'd rather do it manually, then just clone this repo, set up a Heroku app with Redis Cloud (the free level is more than enough for this), and deploy trebekbot there. Make sure to set up the config variables in .env.example in your Heroku app's settings screen.

  4. Point the outgoing webhook to https://[YOUR-HEROKU-APP].herokuapp.com

Usage

  • trebekbot jeopardy me: starts a round of Jeopardy! trebekbot will pick a category and score for you.
  • trebekbot what/who is/are [answer]: sends an answer. Remember, responses must be in the form of a question!
  • trebekbot what's my score: shows your current score.
  • trebekbot show the leaderboard: shows the current top scores.
  • trebekbot show the loserboard: shows the current bottom scores.
  • trebekbot help: shows this help information.

Credits & acknowledgements

Big thanks to Steve Ottenad for building jService, the service that powers this bot.

Contributing

Feel free to open a new issue if you have questions, concerns, bugs, or feature requests. Just remember that I did this for fun, for free, in my free time, and I may not be able to help you, respond in a timely manner, or implement any feature requests.

License

Copyright (c) 2014, Guillermo Esteves All rights reserved.

BSD license

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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].