{"id":18489743,"url":"https://github.com/abicky/osakar4_abicky","last_synced_at":"2025-05-13T23:34:54.605Z","repository":{"id":1219865,"uuid":"1137088","full_name":"abicky/osakar4_abicky","owner":"abicky","description":"Codes for Osaka.R #4 presentation by a_bicky","archived":false,"fork":false,"pushed_at":"2010-12-05T06:21:38.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T06:37:57.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"R","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/abicky.png","metadata":{"files":{"readme":"README","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":"2010-12-04T02:46:42.000Z","updated_at":"2017-02-16T14:44:00.000Z","dependencies_parsed_at":"2022-08-16T12:35:26.670Z","dependency_job_id":null,"html_url":"https://github.com/abicky/osakar4_abicky","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/abicky%2Fosakar4_abicky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abicky%2Fosakar4_abicky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abicky%2Fosakar4_abicky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abicky%2Fosakar4_abicky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abicky","download_url":"https://codeload.github.com/abicky/osakar4_abicky/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254043217,"owners_count":22004912,"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-06T12:57:43.522Z","updated_at":"2025-05-13T23:34:54.550Z","avatar_url":"https://github.com/abicky.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"Codes for Osaka.R #4 presentation by a_bicky\n\n+----------------+\n| Included files |\n+----------------+\nFile name\t\tLicense\t\tDescription\n\nwin/ \t\t\t\t\tfiles for Windows\nunix/ \t\t\t\t\tfiles for Mac or Linux\n  init.R\t\tFree\t\tInitialization file in which twitter account, access token, and so on are written.\n\t\t\t\t\tYou have to change these values.\n  twilog1.R\t\tFree\t\tplot graphs like twilog stats without functions\n  twilog2.R\t\tFree\t\tplot graphs like twilog stats using functions\n  twilogFuncs.R\t\tFree\t\tfunctions for twilog2.R\n  clustering.R\t\tFree\t\tcluster your twitter friends\n  twitter.R\t\tMIT\t\tfunctions to get data via OAuth authentication\n  json.R\t\tLGPL\t\tpart of twitteR package\n  OAuth.R\t\tMIT\t\tcf. https://gist.github.com/586468\nREADME\t\t\t\t\tthis file\n\n+-------+\n| Usage |\n+-------+\n0. install the dependenceis \"twitteR\", \"ggplot2\", \"scrapeR\", (\"png\", \"pixmap\", \"ReadImages\"),\n   download and install \"RMeCab\" from http://rmecab.jp/wiki/index.php?RMeCab\n\n1. edit init.R\n   change values of screenName, auser, key.consumer, and secret.consumer\n\n2. launch twilog1.R or twilog2.R to plot graphs like twilog stats\n   R\u003e source(\"twilog1.R\")\n\n3. launch clustering.R to cluster your twitter friends\n   R\u003e source(\"clustering.R\")\n\n+------------+\n| References |\n+------------+\n1. http://www.slideshare.net/abicky/twitterr\n2. http://www.slideshare.net/abicky/intro-6027373\n\n\n----- in Japanese -------------------------------------------------------\n\n+--------------+\n| 同梱ファイル |\n+--------------+\nファイル名\t\tライセンス\t説明\n\nwin/\t\t\t\t\tWindows 用ファイル\nunix/\t\t\t\t\tUnix 用ファイル\n  init.R\t\tフリー\t\tTwitterアカウントやアクセストークンなどが記述されてある初期化ファイル\n\t\t\t\t\tこれらの値を書き換えてください．\n  twilog1.R\t\tフリー\t\t関数なしでtwilog statsのようなグラフをプロット\n  twilog2.R\t\tフリー\t\t関数を使ってtwilog statsのようなグラフをプロット\n  twilogFuncs.R\t\tフリー\t\ttwilog2.R用の関数\n  clustering.R\t\tフリー\t\tフォローさんをクラスタリング\n  twitter.R\t\tMIT\t\tOAuth認証経由でデータを取得するための関数\n  json.R\t\tLGPL\t\ttwitteRパッケージの一部\n  OAuth.R\t\tMIT\t\tcf. https://gist.github.com/586468\nREADME\t\t\t\t\tこのファイル\n\n+--------+\n| 使い方 |\n+--------+\n0. 依存パッケージ \"twitteR\", \"ggplot2\", (\"png\", \"pixmap\", \"ReadImages\") をインストール\n   \"RMeCab\" を http://rmecab.jp/wiki/index.php?RMeCab からダウンロードしてインストール\n\n1. init.R を編集\n   screenName, auser, key.consumer, secret.consumer の値を変更\n\n2. twilog stats のようなグラフをプロットするには  twilog1.R か twilog2.R を実行\n   R\u003e source(\"twilog1.R\")\n\n3. フォローさんをクラスタリングするには clustering.R を実行\n   R\u003e source(\"clustering.R\")\n\n+------+\n| 参考 |\n+------+\n1. http://www.slideshare.net/abicky/twitterr\n2. http://www.slideshare.net/abicky/intro-6027373\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabicky%2Fosakar4_abicky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabicky%2Fosakar4_abicky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabicky%2Fosakar4_abicky/lists"}