Skip to main content

slacker wrapper for asyncio

Project description

info:

slacker wrapper for asyncio

https://img.shields.io/travis/wikibusiness/aioslacker.svg https://img.shields.io/pypi/v/aioslacker.svg

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


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.1.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file aioslacker-0.0.1.tar.gz.

File metadata

  • Download URL: aioslacker-0.0.1.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for aioslacker-0.0.1.tar.gz
Algorithm Hash digest
SHA256 9a5f32d762652f0d97abbe9fe648a6627d028fc95b343ca11252b6d7cb5a8844
MD5 e37d205bc4521a9c991635e66188d158
BLAKE2b-256 5b43a43a296a0b38dd41e4a8cbbb68a2031f5432650c632735610666e4f3fbed

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page