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

Add Profile option

parent 51b4a515
class Config: class Config:
Username = None Username = None
User_id = None User_id = None
Search = None Search = None
Geo = None Geo = None
Location = False Location = False
Near = None Near = 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
Custom_csv = None Custom_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
Format = None Format = None
Proxy_type = None Proxy_type = None
Proxy_host = None Proxy_host = None
Proxy_port = None Proxy_port = None
Essid = None Essid = None
Userlist = None Userlist = None
Profile = 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