{"id":20057601,"url":"https://github.com/todesking/mixi-community","last_synced_at":"2025-07-31T16:10:32.089Z","repository":{"id":6348762,"uuid":"7585209","full_name":"todesking/mixi-community","owner":"todesking","description":null,"archived":false,"fork":false,"pushed_at":"2014-02-20T09:05:12.000Z","size":168,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T21:36:11.257Z","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":"2013-01-13T06:30:06.000Z","updated_at":"2014-09-23T11:03:41.000Z","dependencies_parsed_at":"2022-07-31T02:38:14.928Z","dependency_job_id":null,"html_url":"https://github.com/todesking/mixi-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%2Fmixi-community","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fmixi-community/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fmixi-community/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fmixi-community/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todesking","download_url":"https://codeload.github.com/todesking/mixi-community/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252514910,"owners_count":21760463,"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:36.742Z","updated_at":"2025-05-05T14:31:14.438Z","avatar_url":"https://github.com/todesking.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mixi-community\n\nAccess to Mixi community.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'mixi-community'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install mixi-community\n\n## Usage\n\n    require 'mixi/community'\n\n    fetcher = Mixi::Community::Fetcher.new('your_email', 'password')\n\n    community = Mixi::Community.new('community id') # http://mixi.jp/view_community.pl?id={community id}\n\n    community.fetch(fetcher)\n\n    community.recent_bbses.each do|bbs|\n      bbs.fetch(fetcher)\n\n      bbs.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.7\n\n* Support new version HTML\n\n### 0.0.6\n\n* Support new version HTML\n\n### 0.0.5\n\n* Support new version HTML('jp.mixi.community.widget.deferedlink').\n* Remove trashes from BBS comment text.\n* Remove forwarding/trailing white spaces from users name.\n\n### 0.0.4\n\n* Support new date format(again!)\n\n### 0.0.3\n\n* Support new date format\n\n### 0.0.2\n\n* Add readme\n* Add license\n* Fix error when Encoding.default_internal is ASCII_8BIT\n\n### 0.0.1\n\n* Initial release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fmixi-community","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodesking%2Fmixi-community","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fmixi-community/lists"}