ExTwitter.API.Streaming (extwitter v0.14.0) View Source

Provides streaming API interfaces.

Link to this section Summary

Functions

An interface to control the stream which keeps running infinitely. options can be used to specify timeout (ex. [timeout: 10000]).

The default timeout value (in milliseconds) for how long keeps waiting until next message arrives.

Link to this section Functions

Link to this function

stream_control(pid, atom, options \\ [])

View Source

An interface to control the stream which keeps running infinitely. options can be used to specify timeout (ex. [timeout: 10000]).

Link to this function

stream_filter(options, timeout \\ 60000)

View Source
Link to this function

stream_sample(options \\ [])

View Source

The default timeout value (in milliseconds) for how long keeps waiting until next message arrives.

Link to this function

stream_user(options \\ [], timeout \\ 60000)

View Source