Skip to content

A simple databaseless polling app for Slack

License

Notifications You must be signed in to change notification settings

zapdos26/slack-poll

 
 

Repository files navigation

slack-poll

Maintainability Build Status

A simple databaseless polling app for Slack

How to Setup

  1. Create a Slack App with slash command and chat:write bot scope
  2. Add a slash command of /inorout and an interactive message and provide your server's url + /slack/commands if it's the command url and /slack/actions if it is the interactive messages url in the required fields on slack's website.
  3. Fill out the .env file with the necessary tokens.
  4. npm start
  5. You're done!

How to Use

/inorout
Question
:emoji: Answer
:emoji2: Answer 2
...
:emojin: Answer n

Emojis are optional but always fun :) For more detailed usage guide, see helpFile.md

About

A simple databaseless polling app for Slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Dockerfile 0.8%