hyper-sdk 2.6.0__tar.gz → 2.7.0__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.
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/PKG-INFO +12 -1
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/README.md +11 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/kasada_input.py +3 -2
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk.egg-info/PKG-INFO +12 -1
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/pyproject.toml +1 -1
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/LICENSE +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/__init__.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/akamai/__init__.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/akamai/pixel.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/akamai/script_path.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/akamai/sec_cpt.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/akamai/stop_signal.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/akamai_input.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/datadome/__init__.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/datadome/parse.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/datadome_input.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/incapsula/__init__.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/incapsula/dynamic.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/incapsula/utmvc.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/incapsula_input.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/kasada/__init__.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/kasada/parse.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/session.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/session_async.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/shared.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk/trustdecision_input.py +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk.egg-info/SOURCES.txt +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk.egg-info/dependency_links.txt +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk.egg-info/requires.txt +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/hyper_sdk.egg-info/top_level.txt +0 -0
- {hyper_sdk-2.6.0 → hyper_sdk-2.7.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyper_sdk
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.7.0
|
|
4
4
|
Summary: Hyper Solutions Python SDK
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -54,6 +54,17 @@ A powerful **Python SDK** for bypassing modern bot protection systems including
|
|
|
54
54
|
|
|
55
55
|
Perfect for **web scraping**, **automation**, and **data collection** from protected websites.
|
|
56
56
|
|
|
57
|
+
## 🔑 Getting API Access
|
|
58
|
+
|
|
59
|
+
Before using this SDK, you'll need an API key from Hyper Solutions:
|
|
60
|
+
|
|
61
|
+
1. **Visit [hypersolutions.co](https://hypersolutions.co/?utm_source=github&utm_medium=sdk_readme&utm_campaign=python_sdk_api_access)** to create your account
|
|
62
|
+
2. **Choose your plan**:
|
|
63
|
+
- 💳 **Pay-as-you-go**: Perfect for testing and small-scale usage
|
|
64
|
+
- 📊 **Subscription plans**: Cost-effective for high-volume applications
|
|
65
|
+
3. **Get your API key** from the dashboard
|
|
66
|
+
4. **Start bypassing bot protection** with this SDK!
|
|
67
|
+
|
|
57
68
|
## 🚀 Quick Start
|
|
58
69
|
|
|
59
70
|
```python
|
|
@@ -11,6 +11,17 @@ A powerful **Python SDK** for bypassing modern bot protection systems including
|
|
|
11
11
|
|
|
12
12
|
Perfect for **web scraping**, **automation**, and **data collection** from protected websites.
|
|
13
13
|
|
|
14
|
+
## 🔑 Getting API Access
|
|
15
|
+
|
|
16
|
+
Before using this SDK, you'll need an API key from Hyper Solutions:
|
|
17
|
+
|
|
18
|
+
1. **Visit [hypersolutions.co](https://hypersolutions.co/?utm_source=github&utm_medium=sdk_readme&utm_campaign=python_sdk_api_access)** to create your account
|
|
19
|
+
2. **Choose your plan**:
|
|
20
|
+
- 💳 **Pay-as-you-go**: Perfect for testing and small-scale usage
|
|
21
|
+
- 📊 **Subscription plans**: Cost-effective for high-volume applications
|
|
22
|
+
3. **Get your API key** from the dashboard
|
|
23
|
+
4. **Start bypassing bot protection** with this SDK!
|
|
24
|
+
|
|
14
25
|
## 🚀 Quick Start
|
|
15
26
|
|
|
16
27
|
```python
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
class KasadaPowInput:
|
|
2
|
-
def __init__(self, st: int, ct: str, work_time: int = None):
|
|
2
|
+
def __init__(self, st: int, ct: str, domain: str, work_time: int = None):
|
|
3
3
|
# St is the x-kpsdk-st value returned by the /tl POST request
|
|
4
4
|
self.st = st
|
|
5
5
|
# Ct is the x-kpsdk-ct value returned by the /tl POST request
|
|
6
6
|
self.ct = ct
|
|
7
7
|
# WorkTime can be used to pre-generate POW strings
|
|
8
8
|
self.work_time = work_time
|
|
9
|
+
self.domain = domain
|
|
9
10
|
|
|
10
11
|
def to_dict(self):
|
|
11
|
-
result = {"st": self.st, "ct": self.ct}
|
|
12
|
+
result = {"st": self.st, "ct": self.ct, "domain": self.domain}
|
|
12
13
|
if self.work_time is not None:
|
|
13
14
|
result["workTime"] = self.work_time
|
|
14
15
|
return result
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyper_sdk
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.7.0
|
|
4
4
|
Summary: Hyper Solutions Python SDK
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -54,6 +54,17 @@ A powerful **Python SDK** for bypassing modern bot protection systems including
|
|
|
54
54
|
|
|
55
55
|
Perfect for **web scraping**, **automation**, and **data collection** from protected websites.
|
|
56
56
|
|
|
57
|
+
## 🔑 Getting API Access
|
|
58
|
+
|
|
59
|
+
Before using this SDK, you'll need an API key from Hyper Solutions:
|
|
60
|
+
|
|
61
|
+
1. **Visit [hypersolutions.co](https://hypersolutions.co/?utm_source=github&utm_medium=sdk_readme&utm_campaign=python_sdk_api_access)** to create your account
|
|
62
|
+
2. **Choose your plan**:
|
|
63
|
+
- 💳 **Pay-as-you-go**: Perfect for testing and small-scale usage
|
|
64
|
+
- 📊 **Subscription plans**: Cost-effective for high-volume applications
|
|
65
|
+
3. **Get your API key** from the dashboard
|
|
66
|
+
4. **Start bypassing bot protection** with this SDK!
|
|
67
|
+
|
|
57
68
|
## 🚀 Quick Start
|
|
58
69
|
|
|
59
70
|
```python
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|