twitter_scraping icon indicating copy to clipboard operation
twitter_scraping copied to clipboard

Is there a reason this script does not iterate over dates in larger chunks?

Open ssolidus opened this issue 6 years ago • 0 comments

Wouldn't this script be a lot faster if it loaded by chunks of weeks or months rather than everyday?

e.g.

Current behaviour:

  • 2018-01-01 to 2018-01-02
  • 2018-01-02 to 2018-01-03

Potentially better behaviour:

  • 2018-01-01 to 2018-01-10
  • 2018-01-10 to 2018-01-20

ssolidus avatar Oct 30 '18 06:10 ssolidus