2015-01-01から1年間の記事一覧

GraphAPIを利用してシェア・いいね!の件数を取得する。

使うのはGraphAPI。APIを操作できるGUIが用意されているので、ここで試してみます。 https://developers.facebook.com/tools/explorer 最初に、 取得したいFacebookページのIDを調べる https://graph.facebook.com/v2.4/https://www.facebook.com/kimatetsu …

elasticsearch+KibanaとtwitterAPIで遊んでみる。 その3

無事動いたので、各設定ファイルを見直し。 <source> type twitter consumer_key YOUR_CONSUMER_KEY # Required consumer_secret YOUR_CONSUMER_SECRET # Required oauth_token YOUR_OAUTH_TOKEN # Required oauth_token_secret YOUR_OAUTH_TOKEN_SECRET # Required </source>…

elasticsearch+KibanaとtwitterAPIで遊んでみる。 その2

fluetd Download | Fluentd プラグイン導入 y-ken/fluent-plugin-twitter · GitHub uken/fluent-plugin-elasticsearch · GitHub インストールにとまどったけど、ローカルのgemとtd-agentのgemバージョンが合わなかったから? ソフトウェアアップデートしたら…

elasticsearch+KibanaとtwitterAPIで遊んでみる。 その1

elasticsearchの導入 Download Elasticsearch Free • Get Started Now | Elastic elasticsearchを起動しようとしたらエラー発生。 ---------------------------------------------------------- # ./elasticsearch -f getopt: illegal option -- f {1.5.1}: …