python api client for pechkin-mail.ru
Project description
Интеграция pechkin-mail.ru и вашего приложения
pechkin API: http://pechkin-mail.ru/?page=api
Пример кода
from pechkin.api import PechkinApi
api = PeckinApi(‘my_username’, ‘my_password’)
api.lists_get() # Показывает все ваши базы
list_id = api.lists_add(‘Первая База’)
plist = api.lists_get(list_id)
member_id = plist.add_member(email=’vsafronovich@gmail.com’)
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
python-pechkin-0.1.0.zip
(7.1 kB
view details)
File details
Details for the file python-pechkin-0.1.0.zip
.
File metadata
- Download URL: python-pechkin-0.1.0.zip
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e3ca9dd6872cb65e10e6f6a6e518711550582f7cc8356549ca1a0335c23f273 |
|
MD5 | b005daaa409362bfb0bc508f340acfac |
|
BLAKE2b-256 | 084190184a990688867b16c59e6682a32498830f696085e09951a3cc0c2c36e8 |