RubyGems Navigation menu

tweet_words_counter 0.1.0

Twitter streaming API (statuses/sample) to collect 5 minutes of tweets.Obtain a total word count, filter out "stop words" (words like "and", "the", "me", etc -- useless words), and present the 10 most frequent words in those 5 minutes of tweets.Implement it so that if you had to stop the program and restart, it will pick up from the total word counts that you started from.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.1.0 June 26, 2018 (10KB)

Development依存関係 (4):

bundler ~> 1.16
rake ~> 10.0
rspec ~> 3.0
twitter ~> 6.2

所有者:

作者:

  • Aashish Saini

SHA 256チェックサム:

=

累計ダウンロード数 2,208

このバージョンのみ 2,208

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: