Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Simple wrapper for TMobile (Poland only) sms endpoint.

License

Notifications You must be signed in to change notification settings

kmochejski/pl_tmobile_sms_gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

⚠️ 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")

About

Simple wrapper for TMobile (Poland only) sms endpoint.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages