taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 581 forks source link

Force CSV quoting for all non-numeric values #224

Closed petrbel closed 4 years ago

petrbel commented 4 years ago

I used to get some invalid CSVs (hard to reproduce since --user option doesn't support time ranges). This explicit quoting strategy fixed that.

Looking forward for comments!

taspinar commented 4 years ago

@petrbel Looks like an simple addition which can fix issues for people writing to CSV! Thanks