8000 GitHub - GabrielCC/reflect-slack-app: A simple example of a Slack application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GabrielCC/reflect-slack-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reflect-slack-app

A simple example of a Slack application to go along with work-in-progress blog post at https://lethain.com/creating-reflect-slack-app/

To deploy these files follow the tutorial, update reflect/env.yaml to include your Slack secrets, and then:

cd reflect
gcloud functions deploy dispatch \
--env-vars-file env.yaml \
--runtime python37 --trigger-http

After which point you're good to go... plus a hundred other steps in the tutorial tho tbh.

About

A simple example of a Slack application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0