{"id":19202304,"url":"https://github.com/dragon3/logrus-typetalk-hook","last_synced_at":"2026-06-22T14:31:50.368Z","repository":{"id":34169788,"uuid":"38015854","full_name":"dragon3/logrus-typetalk-hook","owner":"dragon3","description":"Typetalk Hook for Logrus","archived":false,"fork":false,"pushed_at":"2017-09-15T16:26:44.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T10:01:41.042Z","etag":null,"topics":["go","logging","logrus"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/dragon3.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-06-24T23:06:41.000Z","updated_at":"2017-09-15T16:23:30.000Z","dependencies_parsed_at":"2022-09-03T09:03:14.952Z","dependency_job_id":null,"html_url":"https://github.com/dragon3/logrus-typetalk-hook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dragon3/logrus-typetalk-hook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragon3%2Flogrus-typetalk-hook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragon3%2Flogrus-typetalk-hook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragon3%2Flogrus-typetalk-hook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragon3%2Flogrus-typetalk-hook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dragon3","download_url":"https://codeload.github.com/dragon3/logrus-typetalk-hook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragon3%2Flogrus-typetalk-hook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34653712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["go","logging","logrus"],"created_at":"2024-11-09T12:42:03.450Z","updated_at":"2026-06-22T14:31:50.348Z","avatar_url":"https://github.com/dragon3.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"logrus-typetalk-hook\n========\n\n[Typetalk](https://typetalk.com) hook for [Logrus](https://github.com/sirupsen/logrus). \n\n## Use\n\n```go\npackage main\n\nimport (\n\tlogrus \"github.com/sirupsen/logrus\"\n\t\"github.com/dragon3/logrus-typetalk-hook\"\n)\n\nfunc main() {\n\tlogrus.AddHook(\u0026typetalk.TypetalkHook{\n\t\tBotURL:        \"https://typetalk.com/api/v1/topics/000?typetalkToken=abcdefghijklmnopqrstuvwxyz\",\n\t\tAcceptedLevels: typetalk.LevelThreshold(logrus.DebugLevel),\n\t})\n\n\tlogrus.Warn(\"warn\")\n\tlogrus.Info(\"info\")\n\tlogrus.Debug(\"debug\")\n}\n\n```\n\n## Parameters\n\n#### Required\n  * ```BotURL``` : \n    You can add a Bot from \"Edit topic\" and get BotURL from \"Get or post messages URL\" ( see: https://nulab-inc.com/blog/typetalk/typetalk-update-create-bots-easily-use-webhook/ )\n  \n## Installation\n\n    go get github.com/dragon3/logrus-typetalk-hook\n    \n## Credits \n\nBased on hipchat handler by [nuboLAB](https://github.com/nubo/hiprus) and slack handler by [John Dyer](https://github.com/johntdyer/slackrus)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragon3%2Flogrus-typetalk-hook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragon3%2Flogrus-typetalk-hook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragon3%2Flogrus-typetalk-hook/lists"}