Closed RachelLYY closed 4 years ago
you can just do it with c.Lang = "en" for example : import twint c = twint.Config() c.Lang = "en" twint.run.Search(c)
you can just do it with c.Lang = "en" for example : import twint c = twint.Config() c.Lang = "en" twint.run.Search(c)
Thanks a lot!
Issue Template
Description of Issue
I want to crawl only English tweets, and I see twitter provides api of detect language, can twint use twitter api, or detect language?
Environment Details