ckoepp / TwitterSearch

A Python library to easily iterate tweets found by the Twitter Search API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for home_timeline ?

Amar-Chaudhari opened this issue · comments

Hey,

Does this library support retrieving tweets from statuses/home_timeline ?

Thanks

No it doesn't. Only the search API and user timelines are supported.

It should be easy to add the home timeline as well, though. Although I think that most people would use a twitter client library for such things.