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)
Copyright © 2021 Jogjafile Inc.
Try to include lang:en in the Search object.