{"id":18754912,"url":"https://github.com/pyohei/hatena-bookmark-recommender","last_synced_at":"2026-03-13T16:34:20.506Z","repository":{"id":31790830,"uuid":"35357289","full_name":"pyohei/hatena-bookmark-recommender","owner":"pyohei","description":"❓はてなブックマークレコメンデーション🎁","archived":false,"fork":false,"pushed_at":"2025-06-18T22:58:24.000Z","size":1068,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T02:25:42.551Z","etag":null,"topics":["hatena","hatena-bookmark","python2","python3","sqlite3"],"latest_commit_sha":null,"homepage":"http://pyohei.hatenablog.com/entry/2018/05/17/061859","language":"Python","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/pyohei.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-05-10T04:40:54.000Z","updated_at":"2025-06-18T22:58:21.000Z","dependencies_parsed_at":"2023-11-19T06:27:45.680Z","dependency_job_id":"1bd9e88a-ee35-41a7-b0f0-a8e5dca08763","html_url":"https://github.com/pyohei/hatena-bookmark-recommender","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pyohei/hatena-bookmark-recommender","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fhatena-bookmark-recommender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fhatena-bookmark-recommender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fhatena-bookmark-recommender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fhatena-bookmark-recommender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyohei","download_url":"https://codeload.github.com/pyohei/hatena-bookmark-recommender/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fhatena-bookmark-recommender/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30471103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hatena","hatena-bookmark","python2","python3","sqlite3"],"created_at":"2024-11-07T17:30:42.229Z","updated_at":"2026-03-13T16:34:20.485Z","avatar_url":"https://github.com/pyohei.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 概要\r\n\r\n指定した、はてなユーザーのブックマークを探索し、自分が興味のあるサイトをレコメンドするプログラムです。\r\n仕組みとしては、\r\n\r\n1. 指定したユーザーのブックマーク一覧を取得\r\n1. ブックマークをしているユーザーのブックマークを取得\r\n1. ブックマークが多いURLを通知\r\n\r\nという、シンプルな仕組みです。  \r\n\r\n[はてなブックマーク記事のレコメンドシステムを作成　PythonによるはてなAPIの活用とRによるモデルベースレコメンド](http://overlap.hatenablog.jp/entry/2013/06/30/232200)を参考にさせていただきました。  \r\n\r\n## 使い方\r\n\r\n### 環境\r\n\r\n以下の環境が必要です。\r\n\r\n* Python(2.7 / 3.6)\r\n\r\n*Windowsでの動作は確かめていません。*  \r\n\r\n### インストール\r\n\r\n本リポジトリをクローンするだけです。  \r\nvirtualenvを利用している人は適宜、利用してください。  \r\n\r\n```bash\r\ngit clone https://github.com/pyohei/hatena-bookmark-recommender\r\ncd hatena-bookmark-recommender\r\npip install -r requirements.txt\r\n```\r\n\r\n### 実行\r\n\r\n以下のコマンドで実行できます。\r\n\r\n```bash\r\npython main.py `はてなユーザー名`\r\n```\r\n\r\n実行後にレコメンド結果を実行フォルダの配下に、`recommend.txt`という名前で出力します。  \r\nデータはデフォルトでは`sample/hatena.db`に保存されます（sqlite形式）。  \r\n\r\n\r\n## その他\r\n\r\nブックマーク数が多い場合、結構時間がかかります。  \r\nまた、個人用に作成しているため、割と適当に作っていますので、ご了承を。\r\nその他ご希望があれば連絡をください。  \r\n\r\n## ライセンス\r\n\r\n* MIT\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyohei%2Fhatena-bookmark-recommender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyohei%2Fhatena-bookmark-recommender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyohei%2Fhatena-bookmark-recommender/lists"}