Commit a0fcf029 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update config.py

parent c3a84fb8
class Config(object): class Config(object):
Username = None Username = None
User_id = None User_id = None
Search = None Search = None
Geo = None Geo = None
Lang = None Lang = None
Output = None Output = None
Elasticsearch = None Elasticsearch = None
Timedelta = None Timedelta = None
Year = None Year = None
Since = None Since = None
Until = None Until = None
Fruit = False Fruit = False
Verified = False Verified = False
Store_csv = False Store_csv = False
Store_json = False Store_json = False
Show_hashtags = False Show_hashtags = False
Tweets_only = False Tweets_only = False
Users_only = False Users_only = False
Limit = None Limit = None
Count = None Count = None
Stats = False Stats = False
Database = None Database = None
To = None To = None
All = None All = None
Debug = False Debug = False
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment