{"id":16416920,"url":"https://github.com/windyakin/twitterstream","last_synced_at":"2026-05-12T21:39:46.137Z","repository":{"id":29524399,"uuid":"33062950","full_name":"windyakin/TwitterStream","owner":"windyakin","description":"よくあるTwitterの検索結果を垂れ流してくれるアレです","archived":false,"fork":false,"pushed_at":"2015-03-29T07:36:28.000Z","size":240,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T17:17:43.457Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/windyakin.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":"2015-03-29T05:41:31.000Z","updated_at":"2017-04-06T16:23:11.000Z","dependencies_parsed_at":"2022-09-06T06:52:28.191Z","dependency_job_id":null,"html_url":"https://github.com/windyakin/TwitterStream","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/windyakin%2FTwitterStream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windyakin%2FTwitterStream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windyakin%2FTwitterStream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windyakin%2FTwitterStream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/windyakin","download_url":"https://codeload.github.com/windyakin/TwitterStream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240466791,"owners_count":19805862,"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-10-11T07:10:30.985Z","updated_at":"2026-05-12T21:39:46.105Z","avatar_url":"https://github.com/windyakin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TwitterStream\n\nカンファレンスなどの会場でよくあるTwitterの検索結果を垂れ流してくれるやつです。\n\n## Description\n\n高専カンファレンス in 津山2(kosenconf-091tsuyama2)で，当日の朝に15分ぐらいで実装したTwitterを垂れ流してくれるやつを手直しして見た目もよく使いやすくしました。\n\n## Usage\n\n### Twitter API Keyの取得\nTwitter APIの各種キーについては自前で取得し，``twitter.json``として保存してください(最近はAPI Keyの取得だけで電話番号が必要なんですね…)。\n\n```json\n{\n\t\"consumer_key\": \"*\",\n\t\"consumer_secret\": \"*\",\n\t\"access_token_key\": \"*\",\n\t\"access_token_secret\": \"*\"\n}\n```\n\n### Node.jsとパッケージのインストール\n\nTwitterとの通信及びリアルタイム更新に関しては，[Node.js](https://nodejs.org/)の各種パッケージ使用しています。\nNode.jsをインストールした後，同一ディレクトリ上で以下のコマンドを実行します。\n\n```\n$ npm install\n```\n\n### Twitter Streamの起動\n\n同じくディレクトリ上で以下のコマンドを実行します。\n\n```\n$ node index.js\n```\n\n以下のメッセージが出ていれば起動に成功しています。\n\n```\nlistening on *:3000\n```\n\n起動に成功したら以下のURLにアクセスできます。\n\n* [http://localhost:3000/](http://localhost:3000/)\n\n### 検索ワードの変更\n\n検索ワードはURLのハッシュで変更することが出来ます。\n\n例えば``ラブライブ``で検索したい場合は， ``http://localhost:3000/#ラブライブ`` で検索することができます。\n\n``#スクフェス``などのハッシュタグで検索する場合は， ``http://localhost:3000/##スクフェス`` で検索することが可能です。\n\n## Tips\n\n * 検索文字が表示されているヘッダー部分をダブルクリックするとフルスクリーンモードに移行する\n * 映し出すプロジェクターのサイズによって表示される文字が大きすぎる or 小さすぎるという場合はブラウザの拡大・縮小機能を使うと便利\n\n## License\n\n私が書いたコードについては[MIT License](https://github.com/windyakin/TwitterStream/blob/master/LICENSE)で提供されます。\n\nそれ以外のJsViewsやjQueryなどのライブラリについてはライブラリごとのライセンス規約に従います。\n\n## Author\n\n * [windyakin](http://windyakin.net/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindyakin%2Ftwitterstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindyakin%2Ftwitterstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindyakin%2Ftwitterstream/lists"}