-
Notifications
You must be signed in to change notification settings - Fork 3
/
influencers
109 lines (109 loc) · 2.92 KB
/
influencers
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[
{
"_index" : "influencers",
"_type" : "_doc",
"_id" : "1",
"_source" : {
"profiles" : {
"twitter": {
"id": 11,
"screen_name": "test1",
"bio": "this is test 1",
"updated_at" : "2021-01-25T21:13:42Z"
}
},
"updated_at" : "2021-01-25T21:13:42Z"
}
},
{
"_index" : "influencers",
"_type" : "_doc",
"_id" : "2",
"_source" : {
"profiles" : {
"facebook": {
"id": 22,
"screen_name": "test2",
"bio": "this is test 2",
"updated_at" : "2021-01-25T21:13:42Z"
}
},
"updated_at" : "2021-01-25T21:13:42Z"
}
},
{
"_index" : "influencers",
"_type" : "_doc",
"_id" : "3",
"_source" : {
"profiles" :
{
"twitter": {
"id": 31,
"screen_name": "test3",
"bio": "this is test 3",
"updated_at" : "2020-08-25T21:13:42Z"
},
"facebook": {
"id": 32,
"screen_name": "test3",
"bio": "this is test 3",
"updated_at" : "2021-01-25T21:13:42Z"
}
},
"updated_at": "2021-01-25T21:13:42Z"
}
},
{
"_index" : "influencers",
"_type" : "_doc",
"_id" : "4",
"_source" : {
"profiles": {
"twitter": {
"id": 41,
"screen_name": "test4",
"updated_at" : "2021-02-15T21:13:42Z"
}
},
"updated_at": "2021-02-15T21:13:42Z"
}
},
{
"_index" : "influencers",
"_type" : "_doc",
"_id" : "5",
"_source" : {
"profiles" : {
"facebook": {
"id": 52,
"screen_name": "test5",
"updated_at" : "2021-01-25T21:13:42Z"
}
},
"updated_at" : "2021-01-25T21:13:42Z"
}
},
{
"_index" : "influencers",
"_type" : "_doc",
"_id" : "6",
"_source" : {
"profiles" :
{
"twitter": {
"id": 61,
"screen_name": "test6",
"bio": "this is test 6",
"updated_at" : "2020-01-25T21:13:42Z"
},
"facebook": {
"id": 62,
"screen_name": "test6",
"updated_at" : "2021-01-25T21:13:42Z"
}
},
"updated_at": "2021-01-25T21:13:42Z"
}
}
]