Thanks to visit codestin.com
Credit goes to github.com

Skip to content

albertpadin/slack-gae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

slack-gae

Simple Slack library for sending chat messages to slack from Python on Google App Engine

###Setup

  1. Copy the slack folder to your appengine project directory.
  2. Activate deferred: on in your app.yaml file builtins.

app.yaml

builtins:
- deferred: on

Sending a message

import slack
...
slack.post_to_slack(channel='#general', message='Hello World!', username='gaebot')

About

Simple Slack send message library for Python on Google App Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages