PySPlus 0.2__tar.gz → 0.3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySPlus
3
- Version: 0.2
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 https://ParsSource.ir/PySPlus/PySPlus-0.2.tar.gz
37
+ pip install --upgrade PySPlus
38
38
  ```
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySPlus
3
- Version: 0.2
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 https://ParsSource.ir/PySPlus/PySPlus-0.2.tar.gz
37
+ pip install --upgrade PySPlus
38
38
  ```
@@ -11,5 +11,5 @@ This Python library is for SPlus platform bots and is currently being updated.
11
11
  ## install :
12
12
 
13
13
  ```bash
14
- pip install https://ParsSource.ir/PySPlus/PySPlus-0.2.tar.gz
14
+ pip install --upgrade PySPlus
15
15
  ```
@@ -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")
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="PySPlus",
5
- version="0.2",
5
+ version="0.3",
6
6
  author="seyyed mohamad hosein moosavi raja(01)",
7
7
  author_email="mohamadhosein159159@gmail.com",
8
8
  description="the library SPlus platform for bots.",
File without changes
File without changes
File without changes