from GrizzlySMS-API import GrizzlySMS
Project description
GrizzlySMS - Python Library
GrizzlySMS is a simple and powerful Python library to interact with the GrizzlySMS API. Easily rent phone numbers, check prices, manage your balance, and handle errors using API-KEY.
Features
- Rent Status Check
- Get Phone Numbers
- Price Lookup by Country & Service
- Account Balance Check
- Error Handling
Installation
Install with pip:
pip install GrizzlySMS
Usage
from GrizzlySMS import GrizzlySMS
# Initialize
api_key = "KEY-aPi"
grizzly = GrizzlySMS(api_key)
# Get Rent Status
rent_status = grizzly.get_rent_status("your_rent_id")
print(rent_status)
# Get Rent Prices
prices = grizzly.get_rent_prices("select-service-plug", "US", 240)
print(prices)
License
MIT License APPROVED ✅.
PyPi
Available on PyPi:
pip install GrizzlySMS
Made with ❤️ by d9c
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
grizzlysms-0.0.2.tar.gz
(3.1 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 grizzlysms-0.0.2.tar.gz.
File metadata
- Download URL: grizzlysms-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1af3364e1dab9b91ca2025542251646e6d114eb674082401b5f4ca2e811c5ed
|
|
| MD5 |
f8586c4a680ae12daec59606d604e769
|
|
| BLAKE2b-256 |
5baaa253fde1b3f12fc8243905b30495954f2b2ef0697873dedf72dbcfd04dee
|
File details
Details for the file grizzlysms-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: grizzlysms-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e57bb6de630839ce6c02d738aa6004651c0c9ced7f28a55dc23e6e06b4cb5d0c
|
|
| MD5 |
08d3fd75707826c7465769d010c100fe
|
|
| BLAKE2b-256 |
13d497937e101d38b734a5805374823d206b84e60d0641f7c01216c6cea9eebe
|