0

!rant : anyone here using google translate api? for what and how often do you use it?

Comments
  • 0
    # A simple demo

    from crawler import Tweet #My little lib

    Obama = Tweet('@BarackObama')
    Obama.translate('fr')

    #Output
    #French translation of the last 20 tweets of Barack Obama
Add Comment