python-twitter
python-twitter copied to clipboard
build a GetHashtagTimeline
Hashtag timeline-just as we have usertimeline i am suggesting to build a GetHashtagTimeline where all the post in which a hashtag is used is displayed in a single page
How would one go about implementing this? I thought that perhaps just slightly modifying GetUserTimeline and removing the entries from the dict data that don't contain a "#" symbol would work.
The endpoint is the same as for GetSearch, but you could do a check to make sure that the term began with "#".
I'm not sure what @piyush0609 means with his original post. I thought that he wanted all posts from a single user wherein that user used a hashtag in that post. Meanwhile, your understanding is all the statuses from all users where a certain hashtag search term is used.