{"id":20517951,"url":"https://github.com/nikolaigulatz/audio-slackbot","last_synced_at":"2026-04-20T07:33:19.476Z","repository":{"id":91203427,"uuid":"102203223","full_name":"NikolaiGulatz/audio-slackbot","owner":"NikolaiGulatz","description":"A Raspberry Pi audio slackbot","archived":false,"fork":false,"pushed_at":"2022-12-08T07:36:18.000Z","size":82,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T23:44:37.114Z","etag":null,"topics":["python","slack","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NikolaiGulatz.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-09-02T14:46:43.000Z","updated_at":"2019-10-28T20:36:35.000Z","dependencies_parsed_at":"2023-03-13T17:49:29.694Z","dependency_job_id":null,"html_url":"https://github.com/NikolaiGulatz/audio-slackbot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/NikolaiGulatz/audio-slackbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikolaiGulatz%2Faudio-slackbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikolaiGulatz%2Faudio-slackbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikolaiGulatz%2Faudio-slackbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikolaiGulatz%2Faudio-slackbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikolaiGulatz","download_url":"https://codeload.github.com/NikolaiGulatz/audio-slackbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikolaiGulatz%2Faudio-slackbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32037860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python","slack","slack-bot"],"created_at":"2024-11-15T21:37:57.985Z","updated_at":"2026-04-20T07:33:19.463Z","avatar_url":"https://github.com/NikolaiGulatz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# audio-slackbot\n\n[![Build Status](https://travis-ci.org/NikolaiGulatz/audio-slackbot.svg?branch=master)](https://travis-ci.org/NikolaiGulatz/audio-slackbot) [![codecov](https://codecov.io/gh/NikolaiGulatz/audio-slackbot/branch/master/graph/badge.svg)](https://codecov.io/gh/NikolaiGulatz/audio-slackbot) [![PyPI version](https://badge.fury.io/py/audio-slackbot.svg)](https://badge.fury.io/py/audio-slackbot)\n\nA Slack bot which plays sounds from the filesystem upon certain triggers. Install and configure\nit on a RaspberryPi, connect some speakers and have fun.\n\n## Requirements\n\n1. `python ^3.6`\n\n## Quickstart\n\n1. Install the package:\n   * `$ pip install --user --upgrade audio-slackbot`\n2. Set up the Slack bot:\n   * Create a new Slack bot in your workspace settings\n   * Export the API token to your environment: `$ export SLACK_API_TOKEN=\"xoxb-2349...\"`\n   * Invite the bot to some Slack channels in your workspace\n3. Create a configuration file:\n\n```yaml\n# sounds.yaml\n---\ntriggers:\n  - word: \"trololol\"\n    sound: \"/home/pi/sounds/trololol.wav\"\n```\n\n4. Start the bot:\n   * `$ audio_slackbot --config /home/pi/sounds.yaml`\n\nNow, when any message in any channel the bot is present contains \"trololol\" it will\ntry to play the sound file \"/home/pi/sounds/trololol.wav\".\n\n## macOS\n\nOn macOS you need to install `PyObjC` and `AppKit` as well:\n\n```shell\nexport PKG_CONFIG_PATH=\"${PKG_CONFIG_PATH}:/usr/local/opt/libffi/lib/pkgconfig\"\npip install --user PyObjC AppKit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolaigulatz%2Faudio-slackbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikolaigulatz%2Faudio-slackbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolaigulatz%2Faudio-slackbot/lists"}