From a628140ede1b811a55904405da3d7d047bb22b5c Mon Sep 17 00:00:00 2001 From: Cody Zacharias <22013186+haccer@users.noreply.github.com> Date: Tue, 1 May 2018 20:10:21 -0400 Subject: [PATCH] Add custom CSV support --- twint/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twint/config.py b/twint/config.py index 084e2e64..90954e93 100644 --- a/twint/config.py +++ b/twint/config.py @@ -15,6 +15,7 @@ class Config: Fruit = False Verified = False Store_csv = False + Custom_csv = None Store_json = False Show_hashtags = False Tweets_only = False