Skip to main content

Dead simple wrapper for T-Mobile Poland SMS gateway

Project description

Wrapper for T-Mobile Poland SMS Gateway

This python package is a simple wrapper for T-Mobile (Poland only) SMS endpoint. The endpoint only provides facility to send test messages.

T-Mobile provides users with two SMS sending endpoints: one is completely free (so called Sponsored) and a paid one with tokens (so called Omnix). For details on T-Mobile's API please see this link. To use both gateways you need to register an account with T-Mobile.

:warning: Note: Both gateways (the paid one and the one free of charge) are only available over http. Do not use this package if you are concerned with leaking your credentials or the text message.

from pl_tmobile_sms_gateway import Sponsored

sponsored = Sponsored(login="my login", password="my secret password")
sponsored.send("recipient's phone number", "Using free of charge gateway")

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

pl_tmobile_sms_gateway-0.1.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

pl_tmobile_sms_gateway-0.1.1-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page