PySPlus 0.2__py3-none-any.whl → 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.
pysplus/Client.py
CHANGED
@@ -80,6 +80,7 @@ class Client:
|
|
80
80
|
async def login(self) -> bool:
|
81
81
|
"""لاگین / login"""
|
82
82
|
chrome_options = Options()
|
83
|
+
chrome_options.add_argument("--headless")
|
83
84
|
chrome_options.add_argument("--start-maximized")
|
84
85
|
chrome_options.add_argument("--disable-notifications")
|
85
86
|
chrome_options.add_argument("--lang=fa")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: PySPlus
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3
|
4
4
|
Summary: the library SPlus platform for bots.
|
5
5
|
Home-page: https://github.com/OandONE/SPlus
|
6
6
|
Author: seyyed mohamad hosein moosavi raja(01)
|
@@ -34,5 +34,5 @@ This Python library is for SPlus platform bots and is currently being updated.
|
|
34
34
|
## install :
|
35
35
|
|
36
36
|
```bash
|
37
|
-
pip install
|
37
|
+
pip install --upgrade PySPlus
|
38
38
|
```
|
@@ -0,0 +1,7 @@
|
|
1
|
+
pysplus/Client.py,sha256=emZEP-Ct22GkmR_GsofohEUUBh-hMrbMTBPFlPFuiak,8256
|
2
|
+
pysplus/__init__.py,sha256=D6b12F-lYPY38W7ymcNtCgUQb7tu79scbEcbDjIRR5c,97
|
3
|
+
pysplus/colors.py,sha256=SwcpovYEff7gDHMtWZAjYnVSbvhqSiHXlAoa4eSJ9RM,556
|
4
|
+
pysplus-0.3.dist-info/METADATA,sha256=6kCTAaI-d-0XxjA94i_uilP1cGePT3gEoj0SSgeQx-Q,856
|
5
|
+
pysplus-0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
pysplus-0.3.dist-info/top_level.txt,sha256=h2PKSbKoDxAHsNE8pxuQY8VllsI-4KQW_Udcd7DKQkA,8
|
7
|
+
pysplus-0.3.dist-info/RECORD,,
|
pysplus-0.2.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
pysplus/Client.py,sha256=FWKGvaVtqL6Ep60mZ7XW1T2pqEuETe7ZpGgTkRQLEqs,8205
|
2
|
-
pysplus/__init__.py,sha256=D6b12F-lYPY38W7ymcNtCgUQb7tu79scbEcbDjIRR5c,97
|
3
|
-
pysplus/colors.py,sha256=SwcpovYEff7gDHMtWZAjYnVSbvhqSiHXlAoa4eSJ9RM,556
|
4
|
-
pysplus-0.2.dist-info/METADATA,sha256=qCRmdAKtTo7pwEcPzfB8T2k8sQlayo6DGRsFsTjSRZQ,887
|
5
|
-
pysplus-0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
pysplus-0.2.dist-info/top_level.txt,sha256=h2PKSbKoDxAHsNE8pxuQY8VllsI-4KQW_Udcd7DKQkA,8
|
7
|
-
pysplus-0.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|