- Notifications
You must be signed in to change notification settings - Fork0
A straightforward Python wrapper for Salamoonder's API, designed for easy integration and usage.
License
NotificationsYou must be signed in to change notification settings
Salamoonder-LLC/salamoonder-py
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a Python wrapper for interacting with the Salamoonder API. It simplifies the process of creating tasks and retrieving task results using Salamoonder's services.
To use this wrapper in your project, simply copy thesalamoonder.py
file into your project directory.
To use the Salamoonder API wrapper, first initialize an instance of thesalamoonder
class with your API key:
salamoonder_api=salamoonder(api_key="YOUR_API_KEY_HERE")
task_id=salamoonder_api.createTask(task_type="KasadaCaptchaSolver",pjs_url="https://k.twitchcdn.net/149e9513-01fa-4fb0-aad4-566afd725d1b/2d206a39-8ed7-437e-a3be-862e0f06eea3/p.js",cd_only="false")
task_id=salamoonder_api.createTask(task_type="Twitch_PublicIntegrity",access_token="YOUR_ACCESS_TOKEN",proxy="ip:port",device_id="Optional",client_id="Optional")
solution=salamoonder_api.getTaskResult("YOUR_API_KEY_HERE",task_id)print("Solution:",solution)
If you need any help, please reach out to our support members on Telegramhere.
About
A straightforward Python wrapper for Salamoonder's API, designed for easy integration and usage.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published