{"id":28526766,"url":"https://github.com/errbotio/err-backend-slackv3","last_synced_at":"2025-07-05T18:30:40.976Z","repository":{"id":38010486,"uuid":"331268908","full_name":"errbotio/err-backend-slackv3","owner":"errbotio","description":"Slack Events and RTM backend for Errbot","archived":false,"fork":false,"pushed_at":"2025-06-28T15:59:34.000Z","size":153,"stargazers_count":27,"open_issues_count":19,"forks_count":29,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-28T16:50:34.422Z","etag":null,"topics":["hacktoberfest","python"],"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/errbotio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2021-01-20T10:19:10.000Z","updated_at":"2025-06-28T15:59:39.000Z","dependencies_parsed_at":"2025-03-25T22:23:51.466Z","dependency_job_id":"4761501d-f071-451c-b45f-9b0bd7d10772","html_url":"https://github.com/errbotio/err-backend-slackv3","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/errbotio/err-backend-slackv3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbotio%2Ferr-backend-slackv3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbotio%2Ferr-backend-slackv3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbotio%2Ferr-backend-slackv3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbotio%2Ferr-backend-slackv3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errbotio","download_url":"https://codeload.github.com/errbotio/err-backend-slackv3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errbotio%2Ferr-backend-slackv3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263784606,"owners_count":23510938,"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":["hacktoberfest","python"],"created_at":"2025-06-09T12:10:27.780Z","updated_at":"2025-07-05T18:30:40.970Z","avatar_url":"https://github.com/errbotio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# errbot-backend-slackv3\n\n[![Documentation Status](https://readthedocs.org/projects/err-backend-slackv3/badge/?version=latest)](https://err-backend-slackv3.readthedocs.io/en/latest/?badge=latest)\n\nSlack Events and Real Time Messaging backend for Errbot.\n\n## Quick Start\n\nIt is recommended to install errbot into a Python virtual environment.  The steps are as follows:\n_Note: The examples assume the virtual environment is created as `/opt/errbot` but you can adapt this path to your needs._\n\n1. Create and activate the virtual environment.\n\n```\npython3 -m venv /opt/errbot\n. /opt/errbot/bin/activate\n```\n\n2. Install errbot and slackv3.\n```\npip install errbot[slack]\n```\n\n3. Initialise errbot.\n```\nerrbot --init\n```\n\n4. Edit `config.py` to configure the backend with the correct Slack credentials. (See the official documentation of details on how to configure the backend for RTM vs Events)\n```\nBACKEND = 'SlackV3'\nBOT_IDENTITY = {\n    'token': 'xoxb-000000000000-000000000000-xxxxxxxxxxxxxxxxxxxxxxxx',\n    #'signing_secret': \"xxxxxx\",\n    #'app_token': \"xxxxx\"\n}\n```\n\n5. Start errbot\n```\nerrbot -c config.py\n```\n\n## Documentation\n\nSee the [slackv3 documentation](https://err-backend-slackv3.readthedocs.io/en/latest/) for:\n - Installation\n - Configuration\n - User guide\n - Developer guide\n\n## Support\n\nIf you need help for an `errbot-backend-slackv3` problem, open an issue at [github repository](https://github.com/errbotio/err-backend-slackv3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrbotio%2Ferr-backend-slackv3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrbotio%2Ferr-backend-slackv3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrbotio%2Ferr-backend-slackv3/lists"}