We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6d63d4 + 3255aba commit adb5cabCopy full SHA for adb5cab
1 file changed
README.md
@@ -41,6 +41,10 @@ token = "xoxp-28192348123947234198234" # found at https://api.slack.com/web
41
sc = SlackClient(token)
42
print sc.api_call("api.test")
43
print sc.api_call("channels.info", channel="1234567890")
44
+print sc.api_call(
45
+ "chat.postMessage", channel="#general", text="Hello from Python! :tada:",
46
+ username='pybot', icon_emoji=':robot_face:'
47
+)
48
```
49
50
### Real Time Messaging
0 commit comments