I faced an issue when I want to scrape data from Twitter configuring Since and Until. I use the format like this '2020-01-01 00:00:00':
Since
Until
'2020-01-01 00:00:00'
config = twint.Config() # ... config.Since = "2020–04–29 00:00:00" config.Until = "2020–05–29 00:00:00" twint.run.Search(config)
and this error shows to me
ValueError: time data '2020–04–29 00:00:00' does not match format '%Y-%m-%d %H:%M:%S'
do you have any solution for this?
2.1m questions
2.1m answers
60 comments
57.0k users