New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pl-tmobile-sms-gateway

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pl-tmobile-sms-gateway

Dead simple wrapper for T-Mobile Poland SMS gateway

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc