slacker wrapper for asyncio
Project description
- info:
slacker wrapper for asyncio
Installation
pip install aioslacker
Usage
import asyncio
from aioslacker import Slacker
TOKEN = 'xxxxx'
async def go():
async with Slacker(TOKEN) as slack:
await slack.chat.post_message('#general', 'Hello fellow slackers!')
loop = asyncio.get_event_loop()
loop.run_until_complete(go())
loop.close()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aioslacker-0.0.4.tar.gz
(4.6 kB
view details)
File details
Details for the file aioslacker-0.0.4.tar.gz.
File metadata
- Download URL: aioslacker-0.0.4.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49a8f6e46771fd6b76e43ae74f1e60d3a7d375ead8957bda4cbb6e1abb88970a
|
|
| MD5 |
79361ee3ca789824a35736aeec892346
|
|
| BLAKE2b-256 |
b640d1c134fa7e6761e8823918b631241b7a3af69617ee0ab281302b928f54ff
|