Skip to content

pidoorrr/aioslacker

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Python 100.0%