flexget.components.notify.notifiers.sms_ru module#

class flexget.components.notify.notifiers.sms_ru.SMSRuNotifier[source]#

Bases: object

Send SMS notification through sms.ru http api sms/send.

Phone number is a login assigned to sms.ru account.

Example:

notify:
  entries:
    via:
      - sms_ru:
          phone_number: <PHONE_NUMBER> (accepted format example: '79997776655')
          password: <PASSWORD>
notify(title, message, config)[source]#

Send an SMS RU notification.

schema = {'additionalProperties': False, 'properties': {'password': {'type': 'string'}, 'phone_number': {'type': 'string'}}, 'required': ['phone_number', 'password'], 'type': 'object'}#
flexget.components.notify.notifiers.sms_ru.register_plugin()[source]#