0

I'm planning to create a news website using twitter API to fetch tweets of specific news resource accounts. Is there anyway to categorize them into sports, break news, culture ... etc?

Here's the example of sample timeline result

https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-user_timeline

PHP User
  • 2,350
  • 6
  • 46
  • 87

1 Answers1

1

Aside from doing your own post processing with location, text or bio NLP, this isn't something included from Twitter in the raw Tweet payload today. However this could be a good feature request for endpoints built through the new Labs program that Twitter is running.

ilyanshee
  • 11
  • 2