{"id":20106171,"url":"https://github.com/himkt/twintter","last_synced_at":"2026-06-10T15:31:13.541Z","repository":{"id":30320299,"uuid":"33872547","full_name":"himkt/twintter","owner":"himkt","description":"twintter provides you a method to search a subject and broadcast it","archived":false,"fork":false,"pushed_at":"2015-09-21T14:57:55.000Z","size":1151,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T17:48:36.508Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/himkt.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}},"created_at":"2015-04-13T14:14:55.000Z","updated_at":"2015-09-21T18:54:17.000Z","dependencies_parsed_at":"2022-08-02T12:21:54.850Z","dependency_job_id":null,"html_url":"https://github.com/himkt/twintter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/himkt/twintter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/himkt%2Ftwintter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/himkt%2Ftwintter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/himkt%2Ftwintter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/himkt%2Ftwintter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/himkt","download_url":"https://codeload.github.com/himkt/twintter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/himkt%2Ftwintter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34159249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-13T17:49:16.998Z","updated_at":"2026-06-10T15:31:13.526Z","avatar_url":"https://github.com/himkt.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twintter\n\n```\nWe won the second prize in our class !\n```\n\nTwintter is a system includes various function: searching, sharing, and talking about a course...\n\nThis application is for a main major training in University of Tsukuba, College of knowledge and library science.\n\n## Environment\n\nThis app is running on ubuntu 14.05LST in production.\n\nAnd we develop this app on MacOSX (10.9 and 10.10).\n\nRuby version: 2.1.4\n\nRails version: 4.1.2\n\n## install\n\n#### gem\n\nfirst, download the repository.\n\n```shell\ngit clone git@github.com:himkt/twintter.git\n```\nor\n```shell\ngit clone https://github.com/himkt/twintter.git\n```\n\nsecond, move to repository\n```shell\ncd twintter\n```\n\nplease run to install required gems.\n```shell\nbundle install --path vendor/bundle\n```\n\n#### config/secrets.yml\n\n##### ___This section doesn't need when you run this app in development mode.___\n\ncreate a secrets file.\n```shell\ncp config/secrets.yml.default config/secrets.yml\n```\n\nif you run this app with production mode, please run\n```shell\nbundle exec rake secret\n```\nand copy outputing String, paste into config/secrets.yml (http://stackoverflow.com/questions/21136363/using-config-secrets-yml-in-rails-4-0-2-version)\n\n___don't make secret.yaml public !!!!___\n\n\n#### create database\n```shell\nbundle exec rake db:migrate\n```\n\n#### model\n\nmake a model for polarity analysis.\n\n```shell\nbundle exec rake build\n```\n\n#### subjects data\n\n___This column is under cunstruction.___\n\n* download data from [here](https://kdb.tsukuba.ac.jp/)\n\n![KDBを開き検索を行う](screen_shots/検索.png)\n\n![データをエクスポートする](screen_shots/エクスポート.png)\n\nif exporting successes, you will get data into your download file (may be ~/Downloads).  \n\nplease puts the file in app/vendor/subjects  \n\nfile name may be 'kdb_xxxxxxxxx.xlsx'\n\n(see https://github.com/makky3939/kdb2tsv , or https://github.com/himkt/kdb_scraper )\n\n```shell\nmkdir vendor/subject\ncp path_to_kdbfile(kdb_xxxxxxxxx.xlsx) vendor/subject/\nbundle exec ruby db/parse_xlsx.rb vendor/subject/kdb_xxxxxxxxx.xlsx\n```\n\nI have finished creating document about it.. I'm sorry but please wait...  \n\nAfter all, please run\n\n```shell\nbundle exec rake db:seed\n```\n\n## run\n\n```shell\nbundle exec rails s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhimkt%2Ftwintter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhimkt%2Ftwintter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhimkt%2Ftwintter/lists"}