-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharguments.py
68 lines (68 loc) · 1.52 KB
/
arguments.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# https://github.com/twintproject/twint/blob/master/twint/config.py
# https://github.com/twintproject/twint/blob/master/twint/cli.py
class TwintArguments(object):
Username = None
User_id = None
Search = None
Geo = ""
Location = False
Near = None
Lang = None
Output = None
Elasticsearch = None
Timedelta = None
Year = None
Since = None
Until = None
Email = False
Phone = False
Verified = False
Store_csv = False
Store_json = False
Custom = {"tweet": None, "user": None, "username": None}
Show_hashtags = False
Show_cashtags = False
Limit = None
Count = None
Stats = False
Database = None
To = None
All = None
Debug = False
Format = None
Essid = ""
Profile = False
Followers = False
Following = False
Favorites = False
TwitterSearch = False
User_full = False
Profile_full = False
Store_object = False
Pandas_type = None
Pandas = False
Index_tweets = "twinttweets"
Index_follow = "twintgraph"
Index_users = "twintuser"
Debug = False
Retries_count = 10
Resume = None
Images = False
Videos = False
Media = False
Replies = False
Pandas_clean = True
Lowercase = True
Pandas_au = True
Proxy_host = None
Proxy_port = 0
Proxy_type = None
Tor_control_port = 9051
Tor_control_password = None
Retweets = False
Query = None
Hide_output = False
Get_replies = False
Near = ""
Custom_query = ""
Popular_tweets = False