{"id":19494791,"url":"https://github.com/ceejbot/go-loud","last_synced_at":"2025-04-25T21:32:10.574Z","repository":{"id":55799976,"uuid":"177376415","full_name":"ceejbot/go-loud","owner":"ceejbot","description":"SHOUT SHOUT LET IT ALL OUT","archived":false,"fork":false,"pushed_at":"2020-12-12T01:33:51.000Z","size":82,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T20:25:31.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ceejbot.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}},"created_at":"2019-03-24T05:53:50.000Z","updated_at":"2019-12-31T21:37:34.000Z","dependencies_parsed_at":"2022-08-15T07:10:21.827Z","dependency_job_id":null,"html_url":"https://github.com/ceejbot/go-loud","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/ceejbot%2Fgo-loud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceejbot%2Fgo-loud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceejbot%2Fgo-loud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceejbot%2Fgo-loud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceejbot","download_url":"https://codeload.github.com/ceejbot/go-loud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250900028,"owners_count":21504986,"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-10T21:33:20.769Z","updated_at":"2025-04-25T21:32:10.246Z","avatar_url":"https://github.com/ceejbot.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GO-LOUD\n\nGO LOUD OR GO HOME. LOUDBOT IS A SLACK BOT THAT SHOUTS AT YOU IF YOU SHOUT AT IT. SHOUTING IS CATHARTIC.\n\nConfiguration is injected from environment variables. A backing redis is required to remember what was shouted across runs.\n\n## RUNNING\n\n1. Create an application in Slack. Name it LOUDBOT or something similar.\n2. Add a bot user to your app and snag its API token. Invite the bot user to a couple of channels\n3. Set up a redis somewhere.\n4. Create an env file or copy the example: `cp env.example .env`. Edit it so it points to your redis and uses your slack token:\n\n```\nREDIS_ADDRESS=localhost:6379\nSLACK_TOKEN=\u003cyour slack api token\u003e\nWELCOME_CHANNEL=general # optional; loudie will toast here\nREDIS_PREFIX=LOUDBOT # defaults to `LB`; namespace for redis keys\n```\n\nYou can skip this step if you have another way to provide the required env vars.\n\n\n5. Now you'll want to seed the yell database. If you like, look at `SEEDS` and add or remove yells to suit your team.\n\n```sh\ncd cmd/seedlouds\ngo build\n./seedlouds # db is now seeded\n```\n\n6. Run LOUDBOT.\n\n```sh\ncd ../..\ngo build\n./go-loud # loudie is now running\n```\n\nThere's a dockerfile if you prefer not to trust your operating system.\n\n## TODO\n\n- Read list of custom emoji \u0026 react to messages sometimes.\n- More Malcolm Tucker, but behind a feature flag.\n- ✔︎ Tool to dump redis db to a text file.\n- More random jokes.\n\n## LICENSE\n\nISC.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceejbot%2Fgo-loud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceejbot%2Fgo-loud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceejbot%2Fgo-loud/lists"}