flexget.components.notify.notifiers.sms_ru module#
- class flexget.components.notify.notifiers.sms_ru.SMSRuNotifier[source]#
Bases:
objectSend 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>
- schema = {'additionalProperties': False, 'properties': {'password': {'type': 'string'}, 'phone_number': {'type': 'string'}}, 'required': ['phone_number', 'password'], 'type': 'object'}#