-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
111 lines (111 loc) · 2.84 KB
/
config.json
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
110
111
{
"check period in seconds": 30,
"clean period in hours": 24,
"last clean": "2024-11-05 20:33:29",
"overwrite data in trash": true,
"folders": {
"root": "D:/Documents/Anatel/Aplicativos/GitHub/Tools/FileCataloger/test/root",
"post": "post/Regulatron",
"temp": "temp/Regulatron",
"trash": "trash/Regulatron",
"store": "store/Regulatron",
"screenshots": "get/Regulatron/Screenshots"
},
"catalog": "get/Regulatron/Anuncios.xlsx",
"log": {
"level": "INFO",
"screen output": true,
"file output": true,
"file path": "get/Regulatron/log.txt",
"format": [
"%(asctime)s",
"%(module)s: %(funcName)s:%(lineno)d",
"%(name)s[%(process)d]",
"%(levelname)s",
"%(message)s"
],
"colour sequence": [
"32m",
"35m",
"34m",
"30m",
"0m"
],
"separator": " | ",
"overwrite log in trash": false
},
"columns": {
"in": [
"nome",
"pre\u00e7o",
"avalia\u00e7\u00f5es",
"imagem",
"url",
"data",
"palavra_busca",
"p\u00e1gina_de_busca",
"certificado",
"caracter\u00edsticas",
"descri\u00e7\u00e3o",
"ean_gtin",
"estado",
"estoque",
"imagens",
"fabricante",
"modelo",
"nota",
"product_id",
"vendas",
"vendedor",
"screenshot",
"indice",
"subcategoria",
"nome_sch",
"fabricante_sch",
"modelo_sch",
"tipo_sch",
"nome_score",
"modelo_score",
"pass\u00edvel?",
"probabilidade",
"marketplace"
],
"out": [
"nome",
"pre\u00e7o",
"avalia\u00e7\u00f5es",
"imagem",
"url",
"data",
"palavra_busca",
"p\u00e1gina_de_busca",
"certificado",
"caracter\u00edsticas",
"descri\u00e7\u00e3o",
"ean_gtin",
"estado",
"estoque",
"imagens",
"fabricante",
"modelo",
"nota",
"product_id",
"vendas",
"vendedor",
"screenshot",
"indice",
"subcategoria",
"nome_sch",
"fabricante_sch",
"modelo_sch",
"tipo_sch",
"nome_score",
"modelo_score",
"pass\u00edvel?",
"probabilidade",
"marketplace",
"status_screenshot"
],
"key": "screenshot"
}
}