
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Installation is Easy
/**
Recommendation to use Virtual Environment
**/
1 ) Download from:: http://scm.sparrowsms.com/sparrow/sparrowsdk.git
cd SparrowSDK OR sparrowsdk
Installing in Virtual Environment $: mkvirtualenv sparrow (sparrow)$:python setup.py install else $:python setup.py install
Note :: You may require root access if installing in system
Sparrow Python SDK
This client library is designed to support the Sparrow sms Api and the official SparrowSmsSDK, which is the canonical way to implement Sparrow sms Outgoing api. You can read more about the API by accessing its official documentation.
Send SMS:
from sparrow import PushClient pushclient = PushClient(client_id='client_id', username='username', password='password') push_queue = pushclient.enqueue(destination='destination list, tuple or string seperated by commas', message='message') push_resp = pushclient.send()
Simulate Send SMS:
from sparrow import PushClient pushclient = PushClient(client_id='client_id', username='username', password='password') push_queue = pushclient.enqueue(destination='destination list, tuple or string seperated by commas', message='message') push_resp = pushclient.simulate()
Check Credit Status:
from sparrow import PushClient pushclient = PushClient(client_id='client_id', username='username', password='password') push_resp = pushclient.credit_status()
Request for Credit Topup:
from sparrow import PushClient pushclient = PushClient(client_id='client_id', username='username', password='password') push_resp = pushclient.topup(amount='credit_amount')
Having trouble with Pages? we’ll help you sort it out. developers@sparrowsms.com
FAQs
Python SDK for Sparrow SMS API.
We found that SparrowSDK demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.