{"id":21816595,"url":"https://github.com/5monkeys/slacker","last_synced_at":"2026-05-17T18:32:29.802Z","repository":{"id":145235731,"uuid":"63054994","full_name":"5monkeys/slacker","owner":"5monkeys","description":null,"archived":false,"fork":false,"pushed_at":"2016-07-11T09:30:59.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-01-26T06:41:13.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5monkeys.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-11T09:30:45.000Z","updated_at":"2016-09-15T11:24:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"08085885-ddce-4f6c-b4db-0111518b5117","html_url":"https://github.com/5monkeys/slacker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fslacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fslacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fslacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fslacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5monkeys","download_url":"https://codeload.github.com/5monkeys/slacker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244776340,"owners_count":20508506,"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-11-27T15:35:28.084Z","updated_at":"2026-05-17T18:32:24.779Z","avatar_url":"https://github.com/5monkeys.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=======\nSlacker\n=======\n\n|pypi|_\n|build status|_\n|pypi downloads|_\n|gitter chat|_\n\n.. image:: https://raw.githubusercontent.com/os/slacker/master/static/slacker.jpg\n\nAbout\n=====\n\nSlacker is a full-featured Python interface for the `Slack API\n\u003chttps://api.slack.com/\u003e`_.\n\nExamples\n========\n.. code-block:: python\n\n    from slacker import Slacker\n\n    slack = Slacker('\u003cyour-slack-api-token-goes-here\u003e')\n\n    # Send a message to #general channel\n    slack.chat.post_message('#general', 'Hello fellow slackers!')\n\n    # Get users list\n    response = slack.users.list()\n    users = response.body['members']\n\n    # Upload a file\n    slack.files.upload('hello.txt')\n\nInstallation\n============\n\n.. code-block:: bash\n\n    $ pip install slacker\n\nDocumentation\n=============\n\nhttps://api.slack.com/methods\n\n\n.. |build status| image:: https://img.shields.io/travis/os/slacker.svg\n.. _build status: http://travis-ci.org/os/slacker\n.. |pypi| image:: https://img.shields.io/pypi/v/Slacker.svg\n.. _pypi: https://pypi.python.org/pypi/slacker/\n.. |pypi downloads| image:: https://img.shields.io/pypi/dm/Slacker.svg\n.. _pypi downloads: https://pypi.python.org/pypi/slacker/\n.. |gitter chat| image:: https://badges.gitter.im/Join%20Chat.svg\n.. _gitter chat: https://gitter.im/os/slacker?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5monkeys%2Fslacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5monkeys%2Fslacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5monkeys%2Fslacker/lists"}