Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Having issue with config.Location #1183

Open
vrajpatel17 opened this issue Apr 24, 2021 · 1 comment
Open

Having issue with config.Location #1183

vrajpatel17 opened this issue Apr 24, 2021 · 1 comment

Comments

@vrajpatel17
Copy link

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.

@multimodal-uol
Copy link

Same issue. config.Location = True does not fetch any record.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants