sinned / votey-mcvoteface

voting bot for slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Votey McVoteface

I'm a slack bot that lets you vote on stuff with your team.

Here's how to install this on your own Slack:

  1. Run this code somewhere. You'll need that URL, obvs.
  2. Create a slack app at https://api.slack.com/apps/
  3. Make a Bot User (you should check the "Always Show My Bot Online")
  4. In the Event Subscription Section:
    • Turn it on
    • for Request URL, it will be https://YOURAPPURL/slack/receive/ -- when you add this, it should say "Verified"
    • Subscribe to BOT events *** NOT WORKSPACE EVENTS *** You'll want message.im message.channel message.groups message.mpim
    • Save
  5. In Interactive Components:
  6. OAuth & Permissions
  7. Install App to Workplace
  8. When you auth and install successfully — you should get a message FROM the bot

Here's a sample image dataset you can use: https://github.com/sinned/votey-mcvoteface/blob/master/public/sample-images.json

About

voting bot for slack


Languages

Language:JavaScript 75.4%Language:HTML 23.5%Language:CSS 1.1%