{"id":19017382,"url":"https://github.com/ferranbt/go-messaging","last_synced_at":"2025-10-14T15:39:52.649Z","repository":{"id":104353562,"uuid":"132901226","full_name":"ferranbt/go-messaging","owner":"ferranbt","description":"Library to send messages to different messaging platforms","archived":false,"fork":false,"pushed_at":"2019-08-06T07:02:58.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-04T02:13:14.483Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ferranbt.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":"2018-05-10T13:02:57.000Z","updated_at":"2024-06-19T06:39:32.567Z","dependencies_parsed_at":null,"dependency_job_id":"8e407d1c-e8bb-48e0-a320-11041c730e60","html_url":"https://github.com/ferranbt/go-messaging","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferranbt%2Fgo-messaging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferranbt%2Fgo-messaging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferranbt%2Fgo-messaging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferranbt%2Fgo-messaging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferranbt","download_url":"https://codeload.github.com/ferranbt/go-messaging/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240061647,"owners_count":19742070,"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-08T19:46:50.095Z","updated_at":"2025-10-14T15:39:47.624Z","avatar_url":"https://github.com/ferranbt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Go-Messaging\n\n`go-messaging` is a Go library to send messages to different messaging platforms via the same interface. The configuration for each platform is provided as a list of key/value tuples. This library has been inspired by [go-discover](https://github.com/hashicorp/go-discover).\n\n## Usage\n\n```\nconf := \"platform=riot url=\u003curl\u003e user=\u003cuser\u003e token=\u003ctoken\u003e\"\nplatform, err := platforms.NewPlatform(conf)\nif err != nil {\n\tpanic(err)\n}\n\nplatform.Send(\"\u003croom/channel/user\u003e\", \"Hello World\")\n```\n\n## Platforms\n\nThe following messaging platforms are available in go-messaging\n\n### Riot\n\n```\nplatform=riot url=\u003curl\u003e user=\u003cuser\u003e token=\u003ctoken\u003e\n```\n\n### RocketChat\n\n```\nplatform=rocketchat url=\u003curl\u003e email=\u003cemail\u003e password=\u003cpassword\u003e\n```\n\n### Slack\n\n```\nplatform=slack token=\u003ctoken\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferranbt%2Fgo-messaging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferranbt%2Fgo-messaging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferranbt%2Fgo-messaging/lists"}