odaislib 1.0.2__py3-none-any.whl → 1.0.3__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 CHANGED
@@ -2,7 +2,7 @@
2
2
  #السكربت و المكتبة لعدي @K33Kz - @K33Ka
3
3
  import requests,re,json,time;from uuid import uuid4
4
4
  class basic:
5
- def login(self, email, password, proxies=None):
5
+ def login(email, password, proxies=None):
6
6
  r = requests.get("https://www.facebook.com/?_rd")
7
7
  m = re.search(r'privacy_mutation_token\s*["\']?\s*[:=]\s*["\']?([A-Za-z0-9_\-:.]+)', r.text)
8
8
  token = m.group(1) if m else None
@@ -99,7 +99,7 @@ class basic:
99
99
  "by": "Odai - @K33Kz - @K33Ka"
100
100
  })
101
101
  class auth:
102
- def login(self, email, password,proxies=None):
102
+ def login(email, password,proxies=None):
103
103
  data = {
104
104
  "locale": "en_GB",
105
105
  "format": "json",
@@ -142,7 +142,7 @@ class auth:
142
142
  "by": "Odai - @K33Kz - @K33Ka"
143
143
  }
144
144
  class mobile:
145
- def login(self, email, password, proxies=None):
145
+ def login(email, password, proxies=None):
146
146
  payload = {
147
147
  'method': "post",
148
148
  'pretty': "false",
@@ -313,7 +313,7 @@ class mobile:
313
313
 
314
314
  }
315
315
  class apps:
316
- def get_linked_apps(self, cookies):
316
+ def get_linked_apps(cookies):
317
317
  headers = {
318
318
  "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0",
319
319
  "Host": "m.facebook.com",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: odaislib
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Facebook Authentication Library with multiple login methods
5
5
  Home-page:
6
6
  Author: Odai
@@ -0,0 +1,5 @@
1
+ k33kz/__init__.py,sha256=bzyVfIXPLSlBUOiTdPVoFJORHNvPo9xhkpJnasXoDdA,15619
2
+ odaislib-1.0.3.dist-info/METADATA,sha256=iva-4T13NWdPrV57KvL57a5I6wZTdVCfud5E9XjGt6k,941
3
+ odaislib-1.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
4
+ odaislib-1.0.3.dist-info/top_level.txt,sha256=3wvp4V0a1Vuwng0HAuy3i2gDSQrn0GznidyGoby2Gcc,6
5
+ odaislib-1.0.3.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- k33kz/__init__.py,sha256=leXZeDxoZUAawvawRUiH7lWpLeYnSZs7M_58lc8m8os,15643
2
- odaislib-1.0.2.dist-info/METADATA,sha256=7PkQkDg0iTXNRAEe_CD-FLniffRhUThDP49xNyt7qLw,941
3
- odaislib-1.0.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
4
- odaislib-1.0.2.dist-info/top_level.txt,sha256=3wvp4V0a1Vuwng0HAuy3i2gDSQrn0GznidyGoby2Gcc,6
5
- odaislib-1.0.2.dist-info/RECORD,,