Skip to content

srostyslav/binotel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages