Can I get the data of those whom I am not following on twitter?

61 Views Asked by At

I seem to be having problems with this in the twitter API.

I want the global data from the API which includes : 1. All those posts from the users I am following. 2. All those posts from the users I am not following.

Is this possible with the twitter API ? Has anyone tried it before ?

I'm using python, but any type of answer would be helpful.

2

There are 2 best solutions below

1
On

Yes it is possible. What you can do is say create a list of customers(those whom you follow) in a database...now check for each tweet if it from your customer then pass if not then do as desired.

1
On

if you can get data of those whom you are following then you can also get data of those whom you are not following