New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

murmuring_spider

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

murmuring_spider

0.0.2
Version published
Maintainers
1
Created

MurmuringSpider

Build Status

MurmuringSpider is a concise Twitter crawler.

When we write a data-mining / text-mining application based on twitter's timeline, we have to collect and store tweets first.

I am irritated with writing such crawler repeatedly, so I wrote this.

What you have to do is only to add query and to run them periodically.

Thanks to consistent Twitter API and twitter gem, it is quite easy to track various types of timelines (such as user_timeline, home_timeline, search...)

Installation

Add this line to your application's Gemfile:

gem 'murmuring_spider'

And then execute:

$ bundle

Or install it yourself as:

$ gem install murmuring_spider

Usage

Usage of murmuring spider — Gist

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Added some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 13 Apr 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts