I have a code that could receive the PUBLIC API and filter by keywords, but now I want this filtering function only provide tweets from my home timeline.
I read the official materials about streaming api, it seems that these two things can be done separately, just not together because the parameters that "filter.json", "user.json" and others support are different, like "track" wouldn't work with "https://api.twitter.com/1.1/statuses/home_timeline.json" or "https://userstream.twitter.com/1.1/user.json", and there is no "with=follows" parameter in "filter.json".
Is there anyway I could make it track keywords from user's timeline? An example code would be awesome, or just tips that could put me in the right direction are much appreciated too.