odaislib 1.0.7__py3-none-any.whl → 1.0.8__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.
- k33kz/__init__.py +12 -1
- {odaislib-1.0.7.dist-info → odaislib-1.0.8.dist-info}/METADATA +1 -1
- odaislib-1.0.8.dist-info/RECORD +5 -0
- odaislib-1.0.7.dist-info/RECORD +0 -5
- {odaislib-1.0.7.dist-info → odaislib-1.0.8.dist-info}/WHEEL +0 -0
- {odaislib-1.0.7.dist-info → odaislib-1.0.8.dist-info}/top_level.txt +0 -0
k33kz/__init__.py
CHANGED
|
@@ -622,4 +622,15 @@ def cev6(usernames) -> Dict[str, Any]:
|
|
|
622
622
|
|
|
623
623
|
def reset_password(username: str) -> Dict[str, Any]:
|
|
624
624
|
tool = InstaResetTool()
|
|
625
|
-
return tool.reset_password(username)
|
|
625
|
+
return tool.reset_password(username)
|
|
626
|
+
|
|
627
|
+
# إضافة الدوال الناقصة التي يحاول المستخدم استيرادها
|
|
628
|
+
def analyze_instagram_only(response_text: str) -> Dict[str, Any]:
|
|
629
|
+
"""Alias for analyze_response_only for compatibility"""
|
|
630
|
+
tool = InstaResetTool()
|
|
631
|
+
return tool.analyze_response_only(response_text)
|
|
632
|
+
|
|
633
|
+
def analyze_instagram_json(json_str: str) -> Dict[str, Any]:
|
|
634
|
+
"""Analyze Instagram JSON response"""
|
|
635
|
+
tool = InstaResetTool()
|
|
636
|
+
return tool.analyze_response_only(json_str)
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
k33kz/__init__.py,sha256=gnnQCvXeFNODLUV3sDsWYqj29LNQ6FYSet_1laTQfcs,28663
|
|
2
|
+
odaislib-1.0.8.dist-info/METADATA,sha256=l2PjyOVSTD8Ug2guh0yo1nkyaNnhc6kL2Hywv-IZitY,941
|
|
3
|
+
odaislib-1.0.8.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
4
|
+
odaislib-1.0.8.dist-info/top_level.txt,sha256=3wvp4V0a1Vuwng0HAuy3i2gDSQrn0GznidyGoby2Gcc,6
|
|
5
|
+
odaislib-1.0.8.dist-info/RECORD,,
|
odaislib-1.0.7.dist-info/RECORD
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
k33kz/__init__.py,sha256=SUjLUdVTc_f4mzmRP2YK7YKvE4sOBYDJpMeJI5vqrvs,28178
|
|
2
|
-
odaislib-1.0.7.dist-info/METADATA,sha256=qW2zVT5DCEdt5d-b9QjBzXC6bphy-IcDYNTgP6Q9YSA,941
|
|
3
|
-
odaislib-1.0.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
4
|
-
odaislib-1.0.7.dist-info/top_level.txt,sha256=3wvp4V0a1Vuwng0HAuy3i2gDSQrn0GznidyGoby2Gcc,6
|
|
5
|
-
odaislib-1.0.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|