mockingbird 0.1.0
Mockingbird emulates the Twitter Streaming API using a simple script-like configuration that makes it easy to test code that connects to the Streaming API. Mockingbird can be used to simulate bad data, unexpected status codes, hard disconnects, etc. Mockingbird uses eventmachine to run as an actual streaming http server so it's a drop-in replacement for code that reads from the streaming api. Simply change the host and port your code is connecting to from Twitter to a running Mockingbird.
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
eventmachine
>= 0.12.0