Skip to content

sameyasu/slack-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-qrcode

Slash Command /qrcode [url]

Screenshots

Usage

Example

Requirements

Installation

Deploy app to Heroku

  1. Create your Heroku account and login.
heroku login
  1. Deploying with git.
git clone git@github.com:sameyasu/slack-qrcode.git
cd slack-qrcode
heroku create
git push heroku master

Add configration "Slash Commands"

  1. Add configuration like this.

open https://(your-team).slack.com/apps/new/A0F82E8CA-slash-commands

  • Integration Settings
Settings Value
Command /qrcode
URL https://(your-app-name).herokuapp.com/slash-command.php
Method GET or POST
Token Auto-generated by Slash commands Integeration Settings.
  1. Setup token.
heroku config:set SLASH_COMMAND_TOKEN=(Token)
  1. Try /qrcode test by Slack.

Notes

Trademark Notice

The word "QR Code" is registered trademark of DENSO WAVE INCORPORATED

http://www.denso-wave.com/qrcode/faqpatent-e.html

About

Slash Command "/qrcode [url]" for Free on Heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages