I have tried the following syntax:
c>lang = 'en'
But it still fetches non-english tweets as well.
I have tried the following syntax:
c>lang = 'en'
But it still fetches non-english tweets as well.
Try to include lang:en in the Search object.
c = twint.Config()
c.Search = " lang:en vegetables"
twint.run.Search(c)