Skip to main content

This package provides Python implementation of some Binotel api.

Project description

Binotel package for Python language

This package provides Python implementation of some Binotel api.

Installation

Use the pip command:

$ pip install binotel

Requirements

Binotel package tested against Python 3.8.1

Example

from binotel import Binotel

# Creating binotel object
b = Binotel('your_key', 'your secret')

# Get all incoming calls since date
calls = b.all_incoming_calls_since(1370034000)
print(calls)

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

binotel-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

binotel-0.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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