aioslacker

slacker wrapper for asyncio


Keywords
slack, slacker, asyncio, aiohttp
License
MIT
Install
pip install aioslacker==0.0.10

Documentation

aioslacker

info: slacker wrapper for asyncio
https://travis-ci.org/aio-libs/aioslacker.svg?branch=master

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()

Thanks

The library was donated by Ocean S.A.

Thanks to the company for contribution.