ckoepp / TwitterSearch

A Python library to easily iterate tweets found by the Twitter Search API
MIT License
387 stars 112 forks source link

Ability to load supported ISO 639-1 language/locale codes #9

Closed ckoepp closed 11 years ago

ckoepp commented 11 years ago

Not every ISO 639-1 locale code is actually supported.

However, there is a possibility to load all supported codes from Twitter which could be implemented to check if Twitter even supports an language code used as argument within a certain query.

See GET help/languages @ dev.twitter.com