Official Roolink SDK for Python
Project description
🔗 Roolink Python SDK
Enterprise-grade Akamai sensor generation for Python
🚀 Overview
Production-ready APIs for generating Akamai sensor data across web and mobile platforms. This SDK handles authentication, requests, and response parsing with full type hints.
🎯 Supported Services
| Service | Features |
|---|---|
| 🌐 Web API | Sensor generation, pixel challenges, SBSD, sec-cpt solving |
| 📱 BMP API | iOS & Android mobile app sensor generation |
📦 Installation
pip install roolink
⚡ Quick Start
from roolink import RoolinkClient
client = RoolinkClient('your-api-key')
sensor = client.generate_web_sensor(req)
🌐 Web API
# Sensor Generation
client.generate_web_sensor(req)
# Pixel Challenges
client.generate_pixel(req)
# Sec-Cpt Challenges
client.solve_sec_cpt(req)
# SBSD Challenges
client.solve_sbsd(req)
# Script Parsing
client.parse_script(script_content)
📱 BMP API
# iOS Sensors (android=False)
client.generate_bmp_sensor(BMPSensorRequest(
android=False,
))
# Android Sensors (android=True)
client.generate_bmp_sensor(BMPSensorRequest(
android=True,
))
🆘 Error Handling
try:
result = client.generate_web_sensor(req)
except Exception as e:
# handle error
pass
📄 License
MIT License - see LICENSE for details.
Built with 💜
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
roolink-1.1.0.tar.gz
(6.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file roolink-1.1.0.tar.gz.
File metadata
- Download URL: roolink-1.1.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8ace9f37f69fa05fea5885f422234b23e4a16b26c1c51a8df5b6c7fab992d4c
|
|
| MD5 |
cec74ccf86629b91be4787e01409ab9d
|
|
| BLAKE2b-256 |
015d28ec3fae81d9365cd0e358b6368891c0fba5d8749667ae071d1aacc9b26c
|
File details
Details for the file roolink-1.1.0-py3-none-any.whl.
File metadata
- Download URL: roolink-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
865ce0de8ff5e3942f2fa3cc408cb11ec5b0851abe3a4e787fd4edd2844967ac
|
|
| MD5 |
e559428791fbc72eb639c8da1fdadf7d
|
|
| BLAKE2b-256 |
bda60b500d59e371d933d5e9e1b5e1ae1c47d7e930ce1689c8b97ace36412ea3
|