V
V
Vladislav2015-08-01 00:17:48
API
Vladislav, 2015-08-01 00:17:48

How to catch tweets that mention a nodejs user?

In other words, I need to receive all the answers to one user, for example, as soon as I was answered, immediately send the answer back.
Does the streaming api have it? maybe something like that? or follow?
T.stream('statuses/filter', { track: 'user' })

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav, 2015-08-14
@Div100

In general, if someone is interested, I did this:
stream('statuses/filter', { track: '@user' })
now all calls to @user are caught

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question