Skip to content

Commit a4e035e

Browse files
committed
+1 service for RU
1 parent 96b6409 commit a4e035e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

tools/services.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"beerlogapizza": {
149149
"url": "https://smsc.ru/sys/send.php",
150150
"data": "{'login': '[email protected]', 'psw': 'QWE780p', 'phones': '*+phone*', 'mes': 'code', 'call': '1', 'fmt': '3'}",
151-
"response": 200,
151+
"response": 201,
152152
"timeout": 60,
153153
"cookies": "https://beerlogapizza.ru/login/"
154154
},
@@ -157,6 +157,15 @@
157157
"data": "{'g-recaptcha-response': 'null','phone': '*phone3*'}",
158158
"response": 200,
159159
"timeout": 60
160+
},
161+
"lentaru": {
162+
"url": "https://online.lenta.com/api.php",
163+
"data": "{'tel': '*phone()*', 'accept': 'on', 'urlParams': ''}",
164+
"response": 200,
165+
"headers": {"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", "Accept-Encoding": "gzip, deflate, br", "Accept-Language": "ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7", "Cache-Control": "no-cache", "Connection": "keep-alive", "User-Agent": "", "X-Requested-With": "XMLHttpRequest"},
166+
"timeout": 60,
167+
"kstati": "HZF Pizdit comiti",
168+
"cookies": "https://online.lenta.com"
160169
}
161170
}
162171
],

tools/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def FormattingResponse(status_code, service):
465465
second = date.second
466466
date = colored(f"{hour}:{minute}:{second}", "magenta")
467467

468-
status_codes = {200: colored("SUCCES", "green"),
468+
status_codes = {200: colored("SUCCESS", "green"),
469469
429: colored("TIME-OUT", "yellow"),
470470
400: colored("TIME_OUT", "yellow"),
471471
404: colored("NOT FOUND", "red"),

tools/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0 release
1+
1.0.1 release

0 commit comments

Comments
 (0)