{"id":24760951,"url":"https://github.com/ziozzang/slack-irc-bridge","last_synced_at":"2025-06-13T04:06:04.247Z","repository":{"id":68376635,"uuid":"41969989","full_name":"ziozzang/slack-irc-bridge","owner":"ziozzang","description":"use Slack as IRC client, or sync slack and IRC channel..!","archived":false,"fork":false,"pushed_at":"2019-03-14T17:35:43.000Z","size":6,"stargazers_count":10,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T11:46:58.058Z","etag":null,"topics":["bot","golang","irc-bridge","slack"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ziozzang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2015-09-05T17:40:51.000Z","updated_at":"2024-09-26T01:01:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"f502c7bc-4fae-42fe-8198-cb04e489c905","html_url":"https://github.com/ziozzang/slack-irc-bridge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ziozzang/slack-irc-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fslack-irc-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fslack-irc-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fslack-irc-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fslack-irc-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziozzang","download_url":"https://codeload.github.com/ziozzang/slack-irc-bridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fslack-irc-bridge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259578199,"owners_count":22879213,"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","golang","irc-bridge","slack"],"created_at":"2025-01-28T18:20:11.259Z","updated_at":"2025-06-13T04:06:04.235Z","avatar_url":"https://github.com/ziozzang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Slack-to-IRC Bridge\n===================\n\nThis code is for slack to IRC bridge, also vice versa. You can build personal IRC client with slack. Original code is forked from https://github.com/voldyman/slack-irc-bridge.\n\nNot Implemented\n===============\n\nnot implemented IRC's user listing browsing. also, no DCC or chat function. only for generic channel chat.\n\nBuild\n=====\njust clone source, ```go get``` and ```go build```.\n\nafter build, you must edit bot.config file to complete setup.\n\nConfiguration\n=============\n\ndefault file name is bot.config. if you want to use another name, just add file name as command parameter like ```./slack-irc-bridge foo.cfg```\n\nbot.config file is json format. you can check it sample.\n\n* You can get your slack token from https://api.slack.com/web\n\n```\n{\n    \"bridges\":[\n        {\"slack\":\"#general\", \"irc\":\"#foo\"},\n        {\"slack\":\"#slack-channel2\", \"irc\": \"#bar\"}\n    ],\n    \"irc\": {\n        \"server\": \"irc.freenode.org:6667\",\n        \"nick\" : \"bot-nickname\",\n        \"relay_nick\": true\n    },\n    \"slack\": {\n        \"url\": \"https://foo.slack.com\",\n        \"token\": \"token_here\"\n    }\n}\n```\n* irc/relay-nick is bool option. if you set true, bot will show your slack nick to IRC. if you use slack as single IRC client, turn off option.\n* irc/server is IRC server option. this bot doesn't translate code page, so if you are in specific locale environment, use UTF-8 server.\n\nUsage\n=====\n```\n./slack-irc-bridge  [configuration_file]\n```\n\n\nIf you want to use slack as your personal IRC client, -\u003e make channel in slack, mapping to irc channel. (set off relay option)\nif you want to migrate from IRC to slack, -\u003e make this code run as just bridge. also, you can build automatic invite script.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziozzang%2Fslack-irc-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziozzang%2Fslack-irc-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziozzang%2Fslack-irc-bridge/lists"}