
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
PySMSPilot
Advanced tools
Python class with Implementation for SMS sending gateway API http://www.smspilot.ru/ You need regisration and API-Key to start using it. We use some features from API 2.3.2. API provider gives some free sms for testing purposes, henceforward you need to pay some fee for them. Prices provided on their site. Now available at PyPI. You can install it by running: pip install pySMSPilot
After registering at http://www.smspilot.ru/:
import pySMSPilot
Pilot = pySMSPilot.sender.Sender(api)
Add some sms messages with command:
Pilot.addSMS([your_local_sms_id_int], "Phone number", u"SMS message", u"Sender name")
Note: phone number must be in format 7xxxxxxxxxx
Note: sender name must contain only latin letters dots and dashes, min length 3 letters, max - 11
Note: Ability to change sender name may be limited by service rules, refer to http://www.smspilot.ru/ to find out more
Result = Pilot.send()
Object with sending results will be returned. More info look at http://www.smspilot.ru/apikey.php
Класс имлементации использования API (версии 2.x) сайта http://www.smspilot.ru/ для отправки SMS рассылок. Для отправки смс необходима регистрация на сайте. Провайдер предоставляет несколько бесплатных смс для тестирования. Но в дальнейшем нужно оплачивать отправку каждого смс. Прайсы на сайте. По России недорого. Ок. 30 копеек за смс на сегодня. Теперь библиотека доступна через PyPI. Для установки просто выполните: pip install pySMSPilot
import pySMSPilot
Pilot = pySMSPilot.sender.Sender(api)
Pilot.addSMS([локальный_id_сообщения_int],"Номер телефона", u"SMS сообщение", u"Imya Otpravitelya")
Note: номер телефона должен быть в формате 7xxxxxxxxxx
Note: Imya Otpravitelya - имя отправителя может содежать только латинские буквы, точки и тире, длинна мин 3 символа, макс - 11
Note: возможность изменять имя отправителя может быть ограничена сервисом, подробнее см. условия на сайте http://www.smspilot.ru/
Result = Pilot.send()
Будет возвращен объект с результатами отправки. Больше информации см. http://www.smspilot.ru/apikey.php
Copyright (c) 2013 by Stanislav Sokolov aka Ratso
FAQs
API wrapper for SMSPilot sms gateway <http://www.smspilot.ru>
We found that PySMSPilot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.