{"id":13617189,"url":"https://github.com/gfreezy/slacker-asyncio","last_synced_at":"2025-04-14T03:33:12.440Z","repository":{"id":57468220,"uuid":"48313095","full_name":"gfreezy/slacker-asyncio","owner":"gfreezy","description":"Full-featured Python interface for the Slack API","archived":false,"fork":true,"pushed_at":"2018-07-28T16:44:49.000Z","size":247,"stargazers_count":20,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T01:42:02.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"os/slacker","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gfreezy.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-20T08:45:01.000Z","updated_at":"2022-01-13T00:36:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gfreezy/slacker-asyncio","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfreezy%2Fslacker-asyncio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfreezy%2Fslacker-asyncio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfreezy%2Fslacker-asyncio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfreezy%2Fslacker-asyncio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gfreezy","download_url":"https://codeload.github.com/gfreezy/slacker-asyncio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248815770,"owners_count":21165980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T20:01:38.095Z","updated_at":"2025-04-14T03:33:07.430Z","avatar_url":"https://github.com/gfreezy.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"==================\nSlacker-asyncio\n==================\n|version|_\n|pypi|_\n|build status|_\n|pypi downloads|_\n\nAbout\n=====\n\nSlacker-asyncio is a full-featured Python interface for the `Slack API\n\u003chttps://api.slack.com/\u003e`_. Slacker is a fork of `slacker \u003chttps://github.com/os/slacker\u003e`_\nto asyncio.\n\nExamples\n========\n.. code-block:: python\n\n    import asyncio\n    from slacker import Slacker\n\n\n    async def run():\n        with aiohttp.ClientSession() as session:\n            slack = Slacker('\u003cyour-slack-api-token-goes-here\u003e', session=session)\n\n            # Send a message to #general channel\n            await slack.chat.post_message('#general', 'Hello fellow slackers!', as_user=True)\n\n            # Get users list\n            response = await slack.users.list()\n            users = response.body['members']\n\n            # Upload a file\n            await slack.files.upload('hello.txt')\n\n    loop = asyncio.get_event_loop()\n    loop.run_until_complete(run())\n\nInstallation\n============\n\n.. code-block:: bash\n\n    $ pip install slacker-asyncio\n\nDocumentation\n=============\n\nhttps://api.slack.com/methods\n\n.. |version| image:: https://img.shields.io/pypi/pyversions/Slacker-asyncio.svg\n.. _version: https://pypi.python.org/pypi/slacker-asyncio/\n.. |build status| image:: https://img.shields.io/travis/gfreezy/slacker-asyncio.svg\n.. _build status: http://travis-ci.org/gfreezy/slacker-asyncio\n.. |pypi| image:: https://img.shields.io/pypi/v/Slacker-asyncio.svg\n.. _pypi: https://pypi.python.org/pypi/slacker-asyncio/\n.. |pypi downloads| image:: https://img.shields.io/pypi/dm/Slacker-asyncio.svg\n.. _pypi downloads: https://pypi.python.org/pypi/slacker-asyncio/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfreezy%2Fslacker-asyncio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgfreezy%2Fslacker-asyncio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfreezy%2Fslacker-asyncio/lists"}