{"id":20057603,"url":"https://github.com/todesking/gree-community","last_synced_at":"2025-05-05T14:31:13.758Z","repository":{"id":4195934,"uuid":"5314913","full_name":"todesking/gree-community","owner":"todesking","description":null,"archived":false,"fork":false,"pushed_at":"2015-08-10T01:49:26.000Z","size":176,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T20:16:56.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/todesking.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":"2012-08-06T14:11:37.000Z","updated_at":"2014-09-23T11:03:22.000Z","dependencies_parsed_at":"2022-08-20T22:00:36.121Z","dependency_job_id":null,"html_url":"https://github.com/todesking/gree-community","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fgree-community","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fgree-community/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fgree-community/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fgree-community/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todesking","download_url":"https://codeload.github.com/todesking/gree-community/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252514910,"owners_count":21760462,"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-13T12:59:37.438Z","updated_at":"2025-05-05T14:31:13.512Z","avatar_url":"https://github.com/todesking.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gree-community\n\nAccess to GREE community.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'gree-community'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install gree-community\n\n## Usage\n\n    require 'gree/community'\n\n    fetcher = GREE::Community::Fetcher.new('your_email', 'password')\n\n    community = GREE::Community.new('community id') # http://gree.jp/community/community_id\n\n    community.fetch(fetcher)\n\n    community.recent_threads.each do|thread|\n      thread.fetch(fetcher)\n\n      thread.recent_comments.each do|comment|\n        puts \"#{thread.title} #{comment.user_name} #{comment.body_text}\"\n      end\n    end\n\nSee source for details.\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## Changes\n\n### 0.0.4\n\n* Thread::Comment#user_id could be nil.\n\n### 0.0.3\n\n* Update Gemfile.\n* Add license\n* Add Thread::Comment#user_id\n\n### 0.0.2\n\n* Add missing dependency.\n\n### 0.0.1\n\n* Initial release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fgree-community","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodesking%2Fgree-community","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fgree-community/lists"}