{"id":21125808,"url":"https://github.com/jrobles/robification-go","last_synced_at":"2026-04-24T20:04:01.277Z","repository":{"id":57633444,"uuid":"41507353","full_name":"jrobles/robification-go","owner":"jrobles","description":"A golang library which uses the RobiFication API to broadcast messages to Flowdock, Slack, HipChat, SMS.","archived":false,"fork":false,"pushed_at":"2016-05-29T04:50:45.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T18:28:28.085Z","etag":null,"topics":["broadcast-messages","flowdock","golang","golang-library","hipchat","robification-api","slack","sms"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jrobles.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":"2015-08-27T19:36:04.000Z","updated_at":"2017-10-14T21:13:41.000Z","dependencies_parsed_at":"2022-09-01T16:04:12.792Z","dependency_job_id":null,"html_url":"https://github.com/jrobles/robification-go","commit_stats":null,"previous_names":["josemrobles/robification-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jrobles/robification-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrobles%2Frobification-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrobles%2Frobification-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrobles%2Frobification-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrobles%2Frobification-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrobles","download_url":"https://codeload.github.com/jrobles/robification-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrobles%2Frobification-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["broadcast-messages","flowdock","golang","golang-library","hipchat","robification-api","slack","sms"],"created_at":"2024-11-20T04:36:59.596Z","updated_at":"2026-04-24T20:04:01.258Z","avatar_url":"https://github.com/jrobles.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# robification-go [![Build Status](https://travis-ci.org/josemrobles/robification-go.svg?branch=master)](https://travis-ci.org/josemrobles/robification-go) [![Go Report Card](https://goreportcard.com/badge/github.com/josemrobles/robification-go)](https://goreportcard.com/report/github.com/josemrobles/robification-go)\nA golang library which uses the RobiFication API to broadcast messages to Flowdock, Slack, HipChat, SMS.\n\nUsage:\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"github.com/josemrobles/robification-go\"\n)\n\nfunc main() {\n  yourMessage := robification.NewFdChat(\"YOUR_CHAT_API_TOKEN\", \"YOUR_MESSAGE\")\n  err := robification.Send(yourMessage)\n  if err != nil {\n    fmt.Println(err)\n  }\n}\n```\n\nTodo:\n- Concurrent messages and message types to multiple providers.\n- Better error handling\n- Tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrobles%2Frobification-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrobles%2Frobification-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrobles%2Frobification-go/lists"}