hh-applicant-tool 0.5.6__py3-none-any.whl → 0.5.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of hh-applicant-tool might be problematic. Click here for more details.
- hh_applicant_tool/api/client.py +2 -20
- {hh_applicant_tool-0.5.6.dist-info → hh_applicant_tool-0.5.7.dist-info}/METADATA +16 -1
- {hh_applicant_tool-0.5.6.dist-info → hh_applicant_tool-0.5.7.dist-info}/RECORD +5 -5
- {hh_applicant_tool-0.5.6.dist-info → hh_applicant_tool-0.5.7.dist-info}/WHEEL +0 -0
- {hh_applicant_tool-0.5.6.dist-info → hh_applicant_tool-0.5.7.dist-info}/entry_points.txt +0 -0
hh_applicant_tool/api/client.py
CHANGED
|
@@ -3,6 +3,7 @@ from __future__ import annotations
|
|
|
3
3
|
import dataclasses
|
|
4
4
|
import json
|
|
5
5
|
import logging
|
|
6
|
+
import uuid
|
|
6
7
|
import time
|
|
7
8
|
from dataclasses import dataclass
|
|
8
9
|
from functools import partialmethod
|
|
@@ -12,12 +13,10 @@ from urllib.parse import urlencode
|
|
|
12
13
|
|
|
13
14
|
import requests
|
|
14
15
|
from requests import Response, Session
|
|
15
|
-
import random
|
|
16
16
|
|
|
17
17
|
from ..constants import (
|
|
18
18
|
ANDROID_CLIENT_ID,
|
|
19
19
|
ANDROID_CLIENT_SECRET,
|
|
20
|
-
USER_AGENT_TEMPLATE,
|
|
21
20
|
)
|
|
22
21
|
from ..types import AccessToken
|
|
23
22
|
from . import errors
|
|
@@ -55,24 +54,7 @@ class BaseClient:
|
|
|
55
54
|
logger.debug("Default Headers: %r", session.headers)
|
|
56
55
|
|
|
57
56
|
def default_user_agent(self) -> str:
|
|
58
|
-
return
|
|
59
|
-
random.choice(["8.0", "8.1", "9", "10", "11", "12"]),
|
|
60
|
-
random.choice(
|
|
61
|
-
[
|
|
62
|
-
"SM-G998B", # Samsung Galaxy S21 Ultra
|
|
63
|
-
"Pixel 6", # Google Pixel 6
|
|
64
|
-
"Mi 11", # Xiaomi Mi 11
|
|
65
|
-
"OnePlus 9", # OnePlus 9
|
|
66
|
-
"P40", # Huawei P40
|
|
67
|
-
"LG G8", # LG G8
|
|
68
|
-
"Xperia 1 II", # Sony Xperia 1 II
|
|
69
|
-
"Moto G Power", # Motorola Moto G Power
|
|
70
|
-
"HTC U12+", # HTC U12+
|
|
71
|
-
"ROG Phone 5", # Asus ROG Phone 5
|
|
72
|
-
]
|
|
73
|
-
),
|
|
74
|
-
random.randint(88, 130),
|
|
75
|
-
)
|
|
57
|
+
return f"ru.hh.android/7.122.11395, Device: 23053RN02Y, Android OS: 13 (UUID: {uuid.uuid4()})"
|
|
76
58
|
|
|
77
59
|
def additional_headers(
|
|
78
60
|
self,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: hh-applicant-tool
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.7
|
|
4
4
|
Summary:
|
|
5
5
|
Author: Senior YAML Developer
|
|
6
6
|
Author-email: yamldeveloper@proton.me
|
|
@@ -30,6 +30,21 @@ Description-Content-Type: text/markdown
|
|
|
30
30
|
<img src="https://github.com/user-attachments/assets/29d91490-2c83-4e3f-a573-c7a6182a4044" width="500">
|
|
31
31
|
</div>
|
|
32
32
|
|
|
33
|
+
### Внимание!!!
|
|
34
|
+
|
|
35
|
+
Если для Вас проблема даже установить данную утилиту, лень разбираться с ее настройкой, то Вы можете попробовать мое приложение под **Android**.
|
|
36
|
+
|
|
37
|
+

|
|
38
|
+
|
|
39
|
+
Что может приложение?
|
|
40
|
+
|
|
41
|
+
- Рассылать отклики с сопроводительным.
|
|
42
|
+
- Автоматически поднимать резюме.
|
|
43
|
+
- Все это работает в фоне, те запустили, свернули и забыли до перезагрузки...
|
|
44
|
+
|
|
45
|
+
[Скачать его можно тут](https://t.me/hh_resume_automate).
|
|
46
|
+
|
|
47
|
+
|
|
33
48
|
### Описание
|
|
34
49
|
|
|
35
50
|
> Утилита для генерации сопроводительного письма может использовать AI
|
|
@@ -3,7 +3,7 @@ hh_applicant_tool/__main__.py,sha256=cwKJAAML0RRKT9Qbzcwf07HHcuSd8oh7kx4P1apndWQ
|
|
|
3
3
|
hh_applicant_tool/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
hh_applicant_tool/ai/blackbox.py,sha256=vqkEpsX7q7bgX49dmmifYJmrbuz_WBg5u9M9J9XdQlI,1670
|
|
5
5
|
hh_applicant_tool/api/__init__.py,sha256=kgFSHibRaAugN2BA3U1djEa20qgKJUUVouwJzjEB0DU,84
|
|
6
|
-
hh_applicant_tool/api/client.py,sha256=
|
|
6
|
+
hh_applicant_tool/api/client.py,sha256=S6T2_QenuM3VsjzPpFuUduQP8ReMMSGynWZUmewlQ5s,7353
|
|
7
7
|
hh_applicant_tool/api/errors.py,sha256=0SoWKnsSUA0K2YgQA8GwGhe-pRMwtfK94MR6_MgbORQ,1722
|
|
8
8
|
hh_applicant_tool/color_log.py,sha256=gN6j1Ayy1G7qOMI_e3WvfYw_ublzeQbKgsVLhqGg_3s,823
|
|
9
9
|
hh_applicant_tool/constants.py,sha256=lpgKkP2chWgTnBXvzxbSPWpKcfzp8VxMTlkssFcQhH4,469
|
|
@@ -25,7 +25,7 @@ hh_applicant_tool/operations/whoami.py,sha256=sg0r7m6oKkpMEmGt4QdtYdS-1gf-1KKdnk
|
|
|
25
25
|
hh_applicant_tool/telemetry_client.py,sha256=wYLbKnx3sOmESFHqjLt-0Gww1O3lJiXFYdWnsorIhK8,3261
|
|
26
26
|
hh_applicant_tool/types.py,sha256=q3yaIcq-UOkPzjxws0OFa4w9fTty-yx79_dic70_dUM,843
|
|
27
27
|
hh_applicant_tool/utils.py,sha256=3T4A2AykGqTwtGAttmYplIjHwFl3pNAcbWIVuA-OheQ,3080
|
|
28
|
-
hh_applicant_tool-0.5.
|
|
29
|
-
hh_applicant_tool-0.5.
|
|
30
|
-
hh_applicant_tool-0.5.
|
|
31
|
-
hh_applicant_tool-0.5.
|
|
28
|
+
hh_applicant_tool-0.5.7.dist-info/METADATA,sha256=4KSWg3IUcn4Pz64j35b91EtuNxnoGi_57KVqZTbLHQw,20931
|
|
29
|
+
hh_applicant_tool-0.5.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
30
|
+
hh_applicant_tool-0.5.7.dist-info/entry_points.txt,sha256=Vb7M2YaYLMtKYJZh8chIrXZApMzSRFT1-rQw-U9r10g,65
|
|
31
|
+
hh_applicant_tool-0.5.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|