You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
I tried using the c.Location command in my script but the program runs endlessly without giving any output. have a look at my script.
config = twint.Config()
config.Search = "bitcoin"
config.Lang = "en"
config.Limit = 100
config.Since ='2019-05-23'
config.Store_csv = True
config.Location = True
config.Output = "custom_out.csv"
#running search
twint.run.Search(config)
pls. help me sort this. regards.
The text was updated successfully, but these errors were encountered: