Модуль для работы с REST API смс-шлюза iqsms.ru (СМС Дисконт)
Project description
IQSMS REST Gate
Модуль для работы с REST API смс-шлюза iqsms.ru (СМС Дисконт)
Установка
pip install iqsms-rest
Использование
Для начала использования необходимо инициализировать шлюз при помощи логина и пароля к личному кабинету:
from iqsms import Gate
gate = Gate('login', 'password')
Отправка сообщений
gate.send_message('79990001122', 'Hello, World!')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iqsms-rest-0.0.2.tar.gz
(3.3 kB
view details)
File details
Details for the file iqsms-rest-0.0.2.tar.gz
.
File metadata
- Download URL: iqsms-rest-0.0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b84a4846621319c4ddb4decb2e172e9f9c9d43113a7122944ce9166f89af840 |
|
MD5 | 022a052e9e928834a980e843f6145486 |
|
BLAKE2b-256 | 8c858bc6d6f818d542ea85d5feb82ff5e9d22f64c0465e6b27043604e8a15490 |