Thursday, 6 April 2017

Curious on how to follow multiple Twitter accounts via Twitter streaming API

I'm using the "twitter" package from npm.I've been trying to figure out how to follow multiple business twitter accounts, all from the same business. Every twitter account is a variation of "@BlahBlah". For instance "@BlahBlahSomething" or "@SomethingBlahBlah". "@BlahBlah" is always present in the twitter handle. On top of it being difficult (or at least not obvious from the docs) on how to stream multiple accounts, you can't use regexp to parse further. Any advice would be massively appreciated!I've tried to parse through tweets containing key words, but the tweets are too unpredictable to be reliably related to the data I'm trying to get.

Submitted April 07, 2017 at 01:12AM by Chigurhshairdresser

No comments:

Post a Comment