-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.txt
49 lines (33 loc) · 773 Bytes
/
search.txt
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
# Modify parameter values to suite your search criteria
# any of these words
ANYWORDS = brexit ukip
# all of these words
ALLWORDS = None
# this exact phrase
EXACTPHRASE = None
# from these accounts
FROMUSERS = None
# these hashtags
HASHTAGS = uk
# language
LANG = EN
# mentioning these accounts
MENTIONUSERS = None
# select negative :( tweets
NEGATIVE = False
## none of these words
NONEWORDS = None
# near this place
PLACE = None
# select positive :) tweets. Possible values [True|False]
POSITIVE = False
# download raw tweet. Possible values [True|False]
RAW = False
# include retweets. Possible values [True|False]
RETWEETS = False
# since date yyyy-mm-dd
SINCE = 2016-06-01
# to these accounts
TOUSERS = None
# until date yyyy-mm-dd
UNTIL = 2016-07-01