{"id":15653929,"url":"https://github.com/jnunemaker/googlereader","last_synced_at":"2025-04-30T22:23:15.780Z","repository":{"id":65988492,"uuid":"510","full_name":"jnunemaker/googlereader","owner":"jnunemaker","description":"[DEAD AND UNMAINTAINED] Wrapper for Google Reader's undocumented and possibly \"unstable\" API. By unstable, I mean if they haven't documented it, then they could change it at anytime without notice.","archived":false,"fork":false,"pushed_at":"2013-06-05T20:49:03.000Z","size":145,"stargazers_count":28,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T20:33:29.877Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jnunemaker.png","metadata":{"files":{"readme":"README.txt","changelog":"History.txt","contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-02-14T02:46:49.000Z","updated_at":"2021-10-23T08:23:29.000Z","dependencies_parsed_at":"2023-02-19T20:40:22.550Z","dependency_job_id":null,"html_url":"https://github.com/jnunemaker/googlereader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fgooglereader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fgooglereader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fgooglereader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fgooglereader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jnunemaker","download_url":"https://codeload.github.com/jnunemaker/googlereader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251790317,"owners_count":21644205,"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-10-03T12:48:07.248Z","updated_at":"2025-04-30T22:23:15.753Z","avatar_url":"https://github.com/jnunemaker.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"DEAD AND UNMAINTAINED\n\n= Installation\n\nsudo gem install googlereader\n\n= Usage\n\n  require 'google/reader'\n  Google::Reader::Base.establish_connection('username', 'password')\n\n  # =\u003e all feeds and labels unread counts\n  pp Google::Reader::Count.all\n\n  # =\u003e all unread counts for labels\n  pp Google::Reader::Count.labels\n\n  # =\u003e all unread counts for feeds\n  pp Google::Reader::Count.feeds\n\n  # =\u003e all items for a label\n  pp Google::Reader::Label.all\n  \n  puts 'Links'\n  # 5 latest unread items\n  unread = Google::Reader::Label.new('links').entries(:unread, :n =\u003e 5) \n  unread.each { |p| puts p.title }\n  \n  puts 'Using Continuation'\n  # next 5 latest items after the unread above\n  more_unread = Google::Reader::Label.new('links').entries(:unread, :n =\u003e 5, :c =\u003e unread.continuation) \n  more_unread.each { |p| puts p.title }\n\t\n= Notes\n\nI'm using the following links below as documentation (and also a bit of reverse engineering with Firebug) until google releases an official and documented api:\n\n* http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI\n* http://blog.gpowered.net/2007/08/google-reader-api-functions.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnunemaker%2Fgooglereader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjnunemaker%2Fgooglereader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnunemaker%2Fgooglereader/lists"}