odaislib 1.0.6__py3-none-any.whl → 1.0.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.
- k33kz/__init__.py +4 -2
- {odaislib-1.0.6.dist-info → odaislib-1.0.7.dist-info}/METADATA +1 -1
- odaislib-1.0.7.dist-info/RECORD +5 -0
- odaislib-1.0.6.dist-info/RECORD +0 -5
- {odaislib-1.0.6.dist-info → odaislib-1.0.7.dist-info}/WHEEL +0 -0
- {odaislib-1.0.6.dist-info → odaislib-1.0.7.dist-info}/top_level.txt +0 -0
k33kz/__init__.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
#The Script And The Library For Odai - @K33Kz -- @K33Ka
|
|
2
|
-
|
|
1
|
+
# The Script And The Library For Odai - @K33Kz -- @K33Ka
|
|
2
|
+
# السكربت و المكتبة لعدي @K33Kz - @K33Ka
|
|
3
3
|
import requests,re,json,time;from uuid import uuid4
|
|
4
|
+
|
|
4
5
|
class basic:
|
|
5
6
|
@staticmethod
|
|
6
7
|
def login(email, password, proxies=None):
|
|
@@ -329,6 +330,7 @@ class apps:
|
|
|
329
330
|
apps_matches = re.findall(r'\",\"app_name\":\"([^\"]+)\",\"', response.text)
|
|
330
331
|
linked_apps = list(set(apps_matches))
|
|
331
332
|
return linked_apps
|
|
333
|
+
|
|
332
334
|
import requests, re, json, time, os, random
|
|
333
335
|
from typing import Optional, Dict, Any, Tuple
|
|
334
336
|
from datetime import datetime
|
|
@@ -0,0 +1,5 @@
|
|
|
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,,
|
odaislib-1.0.6.dist-info/RECORD
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
k33kz/__init__.py,sha256=g3AIzSynEOFVQ8GyT5Sfqg9WdDIU2U7a65KyxIR98XI,28174
|
|
2
|
-
odaislib-1.0.6.dist-info/METADATA,sha256=hboPkqcIhNTp0qcrvHJXlt7CdBAyxKFPH0yvLkJFv-A,941
|
|
3
|
-
odaislib-1.0.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
4
|
-
odaislib-1.0.6.dist-info/top_level.txt,sha256=3wvp4V0a1Vuwng0HAuy3i2gDSQrn0GznidyGoby2Gcc,6
|
|
5
|
-
odaislib-1.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|