ScreenX 0.0.5__py3-none-any.whl → 0.0.6__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.
ScreenX/bots.py CHANGED
@@ -12,7 +12,7 @@ def div_identifier(header,content, div_class):
12
12
 
13
13
  def element_miner(header, content, xpath, selector):
14
14
  try:
15
- element = extract_elements(Main_header = header, webcontent=content, xpath=xpath).json()[selector]
15
+ element = extract_elements(Main_header = header, webcontent=content, div_class=xpath).json()[selector]
16
16
  return element
17
17
  except Exception as e:
18
18
  print(f"Error: {e}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ScreenX
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: The Ultimate AI-Powered Web Automation & Scraping Bot
5
5
  Home-page: UNKNOWN
6
6
  Author: David C
@@ -0,0 +1,8 @@
1
+ ScreenX/__init__.py,sha256=xWJK3B9ijvvpKFQNmp3ZNVmCWGqhz3IjKoQUqyohwKM,176
2
+ ScreenX/_dividentifiers.py,sha256=iZo3ZNLfwCbVp9bTOd2ART2hFhQHQ-SRIybdoFOUBH8,370
3
+ ScreenX/bots.py,sha256=9n7PUaeMrgZ8ZiC_7tW3rhSd6tJ_7zgD3LC1_P5Rpjw,1573
4
+ ScreenX-0.0.6.dist-info/LICENSE.txt,sha256=jvPz4O2f9EcFbKHop6kD-f8A8CfH3cDJLKit9j71Y9w,1070
5
+ ScreenX-0.0.6.dist-info/METADATA,sha256=EUZqwxQBFZoa85JuN1LFrBYreWS8GLDmd3tuItKwbTo,1797
6
+ ScreenX-0.0.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
7
+ ScreenX-0.0.6.dist-info/top_level.txt,sha256=n9HfC8NxB6BHH-CELA7RqGcu_oV-oeA2QovG6ofGqQk,8
8
+ ScreenX-0.0.6.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- ScreenX/__init__.py,sha256=xWJK3B9ijvvpKFQNmp3ZNVmCWGqhz3IjKoQUqyohwKM,176
2
- ScreenX/_dividentifiers.py,sha256=iZo3ZNLfwCbVp9bTOd2ART2hFhQHQ-SRIybdoFOUBH8,370
3
- ScreenX/bots.py,sha256=iMHTb4aRjbSyWdzN27WWw9bCVOrtpwLHAP9M04ZAGAc,1569
4
- ScreenX-0.0.5.dist-info/LICENSE.txt,sha256=jvPz4O2f9EcFbKHop6kD-f8A8CfH3cDJLKit9j71Y9w,1070
5
- ScreenX-0.0.5.dist-info/METADATA,sha256=C2nRwwBWzkiV4taYRr6GzxCeVcxxcZ_Eh3a3E48X964,1797
6
- ScreenX-0.0.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
7
- ScreenX-0.0.5.dist-info/top_level.txt,sha256=n9HfC8NxB6BHH-CELA7RqGcu_oV-oeA2QovG6ofGqQk,8
8
- ScreenX-0.0.5.dist-info/RECORD,,