Skip to main content

Python Mail.Ru API wrapper

Project description

https://img.shields.io/badge/license-BSD-blue.svg https://img.shields.io/pypi/v/aiomailru.svg https://img.shields.io/pypi/pyversions/aiomailru.svg https://readthedocs.org/projects/aiomailru/badge/?version=latest https://travis-ci.org/KonstantinTogoi/aiomailru.svg

aiomailru

aiomailru is a python Mail.Ru API wrapper. The main features are:

Usage

To use Mail.Ru API you need a registered app and Mail.Ru account. For more details, see aiomailru Documentation.

Client application

Use ClientSession when REST API is needed in:

  • a client component of the client-server application

  • a standalone mobile/desktop application

i.e. when you embed your app’s info (private key) in publicly available code.

from aiomailru import ClientSession, API

session = ClientSession(app_id, private_key, access_token, uid)
api = API(session)

events = await api.stream.get()
friends = await api.friends.getOnline()

Pass access_token and uid that were received after authorization. For more details, see aiomailru Documentation.

Server application

Use ServerSession when REST API is needed in:

  • a server component of the client-server application

  • requests from your servers

from aiomailru import ServerSession, API

session = ServerSession(app_id, secret_key, access_token)
api = API(session)

events = await api.stream.get()
friends = await api.friends.getOnline()

Pass access_token that was received after authorization. For more details, see aiomailru Documentation.

Installation

$ pip install aiomailru

or

$ python setup.py install

Supported Python Versions

Python 3.5, 3.6, 3.7 and 3.8 are supported.

Test

Run all tests.

$ python setup.py test

Run tests with PyTest.

$ python -m pytest [-k TEST_NAME]

License

aiomailru is released under the BSD 2-Clause License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiomailru-0.1.0.post1.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

aiomailru-0.1.0.post1-py3-none-any.whl (23.3 kB view details)

Uploaded Python 3

File details

Details for the file aiomailru-0.1.0.post1.tar.gz.

File metadata

  • Download URL: aiomailru-0.1.0.post1.tar.gz
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.6

File hashes

Hashes for aiomailru-0.1.0.post1.tar.gz
Algorithm Hash digest
SHA256 d27bdcf1226007536e79107e5139b7c150fb99021969a16023c708f417db2b31
MD5 f9e1b8824b98dde98b8f3dab2b18dd6d
BLAKE2b-256 64bc466eb8211e86e0b72ea7bc787dc4bf97c23fc367a4aea85219029cfc52d5

See more details on using hashes here.

File details

Details for the file aiomailru-0.1.0.post1-py3-none-any.whl.

File metadata

  • Download URL: aiomailru-0.1.0.post1-py3-none-any.whl
  • Upload date:
  • Size: 23.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.6

File hashes

Hashes for aiomailru-0.1.0.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 349f76c49b9115aeb197e97a7cea0d00b7a7773681031d5f58025574a8cc0398
MD5 8c8329c5f46f46eaa2d3138fda39c0bd
BLAKE2b-256 7755930e53bcfffbe57c78cee8d82173ac71ce9b11fb6ec009cfe11b7fafcf41

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page