0
import twint
twi = twint.Config()
twi.Search = 'political'
twi.Custom["tweet"] = ["id", "date", "place", "geo", "language", "username", "tweet"]
twi.Lang = "in"
twi.Output = "tes.csv"
twi.Store_csv = True
twi.Limit = 20
twint.run.Search(twi)

如何通过继续代码获取位置数据

4

0 回答 0