-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 44dd749
Showing
4 changed files
with
143 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"greetings": [ | ||
"Здравствуйте!" | ||
], | ||
|
||
"gratitude":[ | ||
"Спасибо, что выбрали нашу продукцию!" | ||
], | ||
|
||
"gratitude no comment":[ | ||
"Спасибо, что выбрали нашу продукцию!" | ||
], | ||
|
||
"apologies":[ | ||
"Нам жаль, что мы не смогли оправдать Ваши ожидания." | ||
], | ||
|
||
"examination":[ | ||
"Мы разберемся с данным вопросом." | ||
], | ||
|
||
"main": [ | ||
"Нам будет приятно видеть Вас в числе наших постоянных покупателей." | ||
], | ||
|
||
"recommendations": [ | ||
"Обратите внимание на другие наши товары." | ||
], | ||
|
||
"goodbye":[ | ||
"С уважением, представитель бренда" | ||
], | ||
|
||
"5" : [ | ||
"Спасибо за Ваши 5 звездочек!" | ||
], | ||
|
||
"4" : [ | ||
"Спасибо за Ваши 4 звездочки!" | ||
], | ||
|
||
"3" : [ | ||
"Cпасибо за отзыв." | ||
], | ||
|
||
"3 no comment" : [ | ||
"Cпасибо за оценку." | ||
], | ||
|
||
"2" : [ | ||
"Нам жаль, что Вы оценили наш продукт всего на 2 звездочки." | ||
], | ||
|
||
"1" : [ | ||
"Нам жаль, что Вы оценили наш продукт всего на 1 звездочку." | ||
], | ||
|
||
"0" : [ | ||
"Нам жаль, что мы Вас разочаровали." | ||
], | ||
|
||
"stop_words" : [ | ||
|
||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"wildberries": { | ||
"answers": "settings/wbanswers.json", | ||
"url": "" | ||
}, | ||
"ozon": { | ||
"answers": "settings/ozanswers.json", | ||
"url": "" | ||
}, | ||
"driver_folder": "chromeDriver/", | ||
"database": "settings/comments" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"greetings": [ | ||
"Здравствуйте!" | ||
], | ||
|
||
"gratitude":[ | ||
"Спасибо, что выбрали нашу продукцию!" | ||
], | ||
|
||
"gratitude no comment":[ | ||
"Спасибо, что выбрали нашу продукцию!" | ||
], | ||
|
||
"apologies":[ | ||
"Нам жаль, что мы не смогли оправдать Ваши ожидания." | ||
], | ||
|
||
"examination":[ | ||
"Мы разберемся с данным вопросом." | ||
], | ||
|
||
"main": [ | ||
"Нам будет приятно видеть Вас в числе наших постоянных покупателей." | ||
], | ||
|
||
"recommendations": [ | ||
"Обратите внимание на другие наши товары." | ||
], | ||
|
||
"goodbye":[ | ||
"С уважением, представитель бренда" | ||
], | ||
|
||
"5" : [ | ||
"Спасибо за Ваши 5 звездочек!" | ||
], | ||
|
||
"4" : [ | ||
"Спасибо за Ваши 4 звездочки!" | ||
], | ||
|
||
"3" : [ | ||
"Cпасибо за отзыв." | ||
], | ||
|
||
"3 no comment" : [ | ||
"Cпасибо за оценку." | ||
], | ||
|
||
"2" : [ | ||
"Нам жаль, что Вы оценили наш продукт всего на 2 звездочки." | ||
], | ||
|
||
"1" : [ | ||
"Нам жаль, что Вы оценили наш продукт всего на 1 звездочку." | ||
], | ||
|
||
"0" : [ | ||
"Нам жаль, что мы Вас разочаровали." | ||
], | ||
|
||
"stop_words" : [ | ||
|
||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
chrome.exe --remote-debugging-port=9222 |