skip to Main Content

I am using twitter4j API to stream twitter data, but there is a lot of data not in english.

I can translate the tweets on the UI but is there a way to get the translated text using the API.

Thank you.

2

Answers


  1. You can use any translation api’s from google, aws, unlabel. Feed the twitter data to these translation streaming api’s and you have desired output.

    Login or Signup to reply.
  2. Twitter’s APIs offer no direct translation services. You will need to use an external service (which is exactly what Twitter does via the UI)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search