ScreenX 0.0.3__py3-none-any.whl → 0.0.4__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/_dividentifiers.py +1 -1
- {ScreenX-0.0.3.dist-info → ScreenX-0.0.4.dist-info}/METADATA +5 -5
- ScreenX-0.0.4.dist-info/RECORD +8 -0
- ScreenX-0.0.3.dist-info/RECORD +0 -8
- {ScreenX-0.0.3.dist-info → ScreenX-0.0.4.dist-info}/LICENSE.txt +0 -0
- {ScreenX-0.0.3.dist-info → ScreenX-0.0.4.dist-info}/WHEEL +0 -0
- {ScreenX-0.0.3.dist-info → ScreenX-0.0.4.dist-info}/top_level.txt +0 -0
ScreenX/_dividentifiers.py
CHANGED
@@ -4,7 +4,7 @@ import requests as rs
|
|
4
4
|
def extract_elements(Main_header, webcontent):
|
5
5
|
scanner = "https://screenx-api.onrender.com/secure"
|
6
6
|
headers = {"Header": Main_header}
|
7
|
-
rst = rs.get(scanner, headers=headers)
|
7
|
+
rst = rs.get(scanner, headers=headers, verify=False)
|
8
8
|
return rst
|
9
9
|
|
10
10
|
def implicit():
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ScreenX
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.4
|
4
4
|
Summary: The Ultimate AI-Powered Web Automation & Scraping Bot
|
5
5
|
Home-page: UNKNOWN
|
6
6
|
Author: David C
|
@@ -19,14 +19,14 @@ Provides-Extra: dev
|
|
19
19
|
Requires-Dist: pytest >=7.0 ; extra == 'dev'
|
20
20
|
Requires-Dist: twine >=4.0.2 ; extra == 'dev'
|
21
21
|
|
22
|
-
|
22
|
+
ScreenX - The Ultimate AI-Powered Web Automation & Scraping Bot
|
23
23
|
Overview
|
24
24
|
|
25
|
-
|
25
|
+
ScreenX is a powerful and flexible Python package designed for seamless web automation, intelligent navigation, and efficient web scraping. Whether you need to automate form submissions, interact with dynamic web pages, or extract valuable data from websites, ScreenX makes it effortless.
|
26
26
|
|
27
|
-
With built-in support for Selenium and BeautifulSoup,
|
27
|
+
With built-in support for Selenium and BeautifulSoup, ScreenX can mimic human-like browsing behavior, handle user inputs, click buttons, fill forms, and navigate multiple pages with ease. It also includes smart delay mechanisms to avoid detection and bypass anti-bot measures.
|
28
28
|
|
29
29
|
Key features include headless browsing, session persistence, CAPTCHA handling support, and multi-threaded scraping for high-speed data extraction. The package is easy to integrate with AI-based decision-making models, making it ideal for automated research, price tracking, social media interactions, and much more.
|
30
30
|
|
31
|
-
|
31
|
+
ScreenX is the perfect companion for developers, researchers, and businesses looking to streamline their web automation tasks without writing complex scripts from scratch
|
32
32
|
|
@@ -0,0 +1,8 @@
|
|
1
|
+
ScreenX/__init__.py,sha256=FMBsKoeCpAw9_5kJ1TZXT7G2fV1Mv6X-oZkBXiS7YoE,156
|
2
|
+
ScreenX/_dividentifiers.py,sha256=GAsgDzRrcpVw7FW0IAdnNQCgq3xSEl4KHYJKyc77wzw,359
|
3
|
+
ScreenX/bots.py,sha256=IfiS68Fevkd6YPiGnF7SNOqwVbbA3_HtuBa5eTtCzKg,1159
|
4
|
+
ScreenX-0.0.4.dist-info/LICENSE.txt,sha256=jvPz4O2f9EcFbKHop6kD-f8A8CfH3cDJLKit9j71Y9w,1070
|
5
|
+
ScreenX-0.0.4.dist-info/METADATA,sha256=uplAv6vSpi1iksHk2QHf5EjaQlXAxK_fbNwg6Jo5WGY,1797
|
6
|
+
ScreenX-0.0.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
7
|
+
ScreenX-0.0.4.dist-info/top_level.txt,sha256=n9HfC8NxB6BHH-CELA7RqGcu_oV-oeA2QovG6ofGqQk,8
|
8
|
+
ScreenX-0.0.4.dist-info/RECORD,,
|
ScreenX-0.0.3.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
ScreenX/__init__.py,sha256=FMBsKoeCpAw9_5kJ1TZXT7G2fV1Mv6X-oZkBXiS7YoE,156
|
2
|
-
ScreenX/_dividentifiers.py,sha256=AgCLFBRKQtaem_ZZXJW8_406pIm3niIwQofSPNfHO5Q,345
|
3
|
-
ScreenX/bots.py,sha256=IfiS68Fevkd6YPiGnF7SNOqwVbbA3_HtuBa5eTtCzKg,1159
|
4
|
-
ScreenX-0.0.3.dist-info/LICENSE.txt,sha256=jvPz4O2f9EcFbKHop6kD-f8A8CfH3cDJLKit9j71Y9w,1070
|
5
|
-
ScreenX-0.0.3.dist-info/METADATA,sha256=Q-uNXxkLyRBcYDvmvZbXMLIPXg6-PAdRQE9bd5elXPU,1802
|
6
|
-
ScreenX-0.0.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
7
|
-
ScreenX-0.0.3.dist-info/top_level.txt,sha256=n9HfC8NxB6BHH-CELA7RqGcu_oV-oeA2QovG6ofGqQk,8
|
8
|
-
ScreenX-0.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|