Skip to content

stocklassa/openpollslack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open source poll for slack

Welcome to the open source poll for slack.
This repository is hosted on GitLab. Github repository is only a mirror.
But feel free to open new issues on both.

License

The code is under GNU GPL license. So, you are free to modify the code and redistribute it under same license.

Remember the four freedoms of the GPL :

the freedom to use the software for any purpose,

  • the freedom to change the software to suit your needs,
  • the freedom to share the software with your friends and neighbors, and
  • the freedom to share the changes you make.

Command usages

Simple poll

/poll "What's your favourite color ?" "Red" "Green" "Blue" "Yellow"

Anonymous poll

/poll anonymous "What's your favourite color ?" "Red" "Green" "Blue" "Yellow"

Limited choice poll

/poll limit 2 "What's your favourite color ?" "Red" "Green" "Blue" "Yellow"

Anonymous limited choice poll

/poll anonymous limit 2 "What's your favourite color ?" "Red" "Green" "Blue" "Yellow"

For both question and choices, feel free to use slack's emoji, *bold* ~strike~ _italics_ and `code`

Self hosted installation

Wiki pages are available to help you with the app configuration and the web page configuration.

Support me

To support or thank me, you can contact me. I would be happy to provide you my PayPal address.

About

Open source poll slack app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.2%
  • HTML 29.3%
  • CSS 5.5%