{"id":20836331,"url":"https://github.com/igrigorik/pubsubhubbub","last_synced_at":"2025-04-06T14:12:26.753Z","repository":{"id":56879684,"uuid":"238531","full_name":"igrigorik/PubSubHubbub","owner":"igrigorik","description":"Asynchronous PubSubHubbub Ruby Client","archived":false,"fork":false,"pushed_at":"2011-03-10T03:40:50.000Z","size":210,"stargazers_count":175,"open_issues_count":1,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-14T23:15:18.911Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/igrigorik.png","metadata":{"files":{"readme":"README.rdoc","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}},"created_at":"2009-06-29T01:45:21.000Z","updated_at":"2024-02-21T21:37:25.000Z","dependencies_parsed_at":"2022-08-20T23:40:15.634Z","dependency_job_id":null,"html_url":"https://github.com/igrigorik/PubSubHubbub","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrigorik%2FPubSubHubbub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrigorik%2FPubSubHubbub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrigorik%2FPubSubHubbub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrigorik%2FPubSubHubbub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igrigorik","download_url":"https://codeload.github.com/igrigorik/PubSubHubbub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247492557,"owners_count":20947545,"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-18T00:29:35.805Z","updated_at":"2025-04-06T14:12:26.724Z","avatar_url":"https://github.com/igrigorik.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Ruby / Asynchronous PubSubHubbub Client\n\nEventMachine based / asynchronous PubSubHubbub client. Supports posting single or multiple URLs.\n\nFull Spec: http://code.google.com/p/pubsubhubbub\n\nHTTP PubSub: Webhooks \u0026 PubSubHubbub: http://www.igvita.com/2009/06/29/http-pubsub-webhooks-pubsubhubbub\n\n== Simple client example\n\n  EventMachine.run {\n    pub = EventMachine::PubSubHubbub.new('http://pubsubhubbub.appspot.com/publish').publish \"http://www.test.com/\"\n\n    pub.callback { puts \"Successfully notified hub.\" }\n    pub.errback  { puts \"Uh oh, something broke: #{pub.response}\" }\n  }\n\n== Posting multiple URL's\n\n  EventMachine.run {\n    feeds = [\"http://www.test.com\", \"http://www.test.com/2\"]\n    pub = EventMachine::PubSubHubbub.new('http://pubsubhubbub.appspot.com/publish').publish feeds\n\n    pub.callback { puts \"Successfully notified hub.\" }\n    pub.errback  { puts \"Uh oh, something broke: #{pub.response}\" }\n  }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrigorik%2Fpubsubhubbub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figrigorik%2Fpubsubhubbub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrigorik%2Fpubsubhubbub/lists"}