{"id":17130954,"url":"https://github.com/alexpeits/simpleslackbot","last_synced_at":"2026-05-04T03:37:27.963Z","repository":{"id":93385446,"uuid":"85246884","full_name":"alexpeits/simpleslackbot","owner":"alexpeits","description":"Wrapper for Slack's RTM API for quick bot implementations","archived":false,"fork":false,"pushed_at":"2017-03-29T13:47:47.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T10:49:43.060Z","etag":null,"topics":["bot","slack","slack-api","slack-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexpeits.png","metadata":{"files":{"readme":"README.md","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":"2017-03-16T22:24:40.000Z","updated_at":"2017-05-10T17:16:55.000Z","dependencies_parsed_at":"2023-03-07T21:00:56.131Z","dependency_job_id":null,"html_url":"https://github.com/alexpeits/simpleslackbot","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/alexpeits%2Fsimpleslackbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpeits%2Fsimpleslackbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpeits%2Fsimpleslackbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpeits%2Fsimpleslackbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexpeits","download_url":"https://codeload.github.com/alexpeits/simpleslackbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245212176,"owners_count":20578440,"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":["bot","slack","slack-api","slack-bot"],"created_at":"2024-10-14T19:13:38.089Z","updated_at":"2026-05-04T03:37:22.932Z","avatar_url":"https://github.com/alexpeits.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simpleslackbot\n\nSimple wrapper for Slack's RTM API for quick bot implementations\n\n## Installation\n\n```\n$ git clone https://github.com/alexpeits/simpleslackbot.git\n$ cd simpleslackbot\n$ mkvirtualenv slackbot\n$ pip install .\n```\n\n## Usage\n\n```python\nfrom simpleslackbot.bot import BaseSlackBot\n\nTOKEN = 'your-slack-token'\n\ndef handler(events):\n    for event in events:\n        print(event)\n\nif __name__ == '__main__':\n    sc = BaseSlackBot(TOKEN)\n    sc.initialize()\n    sc.start(handler)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexpeits%2Fsimpleslackbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexpeits%2Fsimpleslackbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexpeits%2Fsimpleslackbot/lists"}