-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigure.ini
59 lines (52 loc) · 1.56 KB
/
configure.ini
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
[API]
end_point = https://graph.facebook.com/{VERSION}
version = v17.0
[common]
ymd = %%Y-%%m-%%d
datetime = %%Y-%%m-%%d_%%H%%M%%S
profiles_location = raw/brand_{ymd}/brand_{datetime}.json
media_location = raw/media_{ymd}/media_{datetime}.json
hashtags_location = raw/media_hashtag_{ymd}/media_hashtag_{datetime}.json
[add_user_id]
hermes = 17841400681603877
chanelofficial = 17841401770520874
chanel = 17841401770520874
dior = 17841401694708594
louisvuitton = 17841401053602931
gucci = 17841401591500037
prada = 17841400686764760
ysl = 17841400003810313
celine = 17841404218673031
maisonvalentino = 17841400090660624
valentino = 17841400090660624
miumiu = 17841401795174766
fendi = 17841401861170314
[topic]
accounts = hermes chanelofficial dior louisvuitton gucci prada ysl celine maisonvalentino miumiu fendi
hashtags = hermes chanel dior louisvuitton gucci prada ysl celine valentino miumiu fendi
[luxury_profile]
user_id = id str
user_name = username str
name = name str
profile_picture_url = profile_picture_url url
followers_count = followers_count int
media_count = media_count int
[luxury_media]
user_id = user_id str
media_id = id str
timestamp = timestamp timestamp
caption = caption str
media_type = media_type str
media_product_type = media_product_type str
media_url = media_url url
permalink = permalink url
like_count = like_count int
comments_count = comments_count int
[hashtag_media]
user_id = user_id str
media_id = id str
timestamp = timestamp timestamp
caption = caption str
media_type = media_type str
like_count = like_count int
comments_count = comments_count int