All Projects → alohi → faxplus-python

alohi / faxplus-python

Licence: MIT license
Python SDK to use FAX.PLUS API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to faxplus-python

faxplus-php
PHP SDK to use FAX.PLUS API
Stars: ✭ 23 (-57.41%)
Mutual labels:  fax, alohi, faxplus
cuba-weather-python
Application programming interface of the Cuba Weather project implemented in Python
Stars: ✭ 17 (-68.52%)
Mutual labels:  python-api
Googleearthenginepy
Basic script to order data on Google Earth Engine using Python API
Stars: ✭ 33 (-38.89%)
Mutual labels:  python-api
Genomeworks
SDK for GPU accelerated genome assembly and analysis
Stars: ✭ 215 (+298.15%)
Mutual labels:  python-api
Newsapi
A python wrapper for News API.
Stars: ✭ 71 (+31.48%)
Mutual labels:  python-api
phonolammps
LAMMPS interface for phonon calculations using phonopy
Stars: ✭ 53 (-1.85%)
Mutual labels:  python-api
Lyrics Corpora
An unofficial Python API that allows users to create a corpus of lyrical text from their favorite artists and billboard charts
Stars: ✭ 13 (-75.93%)
Mutual labels:  python-api
interfax-ruby
Fax send and receive in Ruby with the InterFAX REST API
Stars: ✭ 16 (-70.37%)
Mutual labels:  fax
wxpusher-sdk-python
微信消息实时推送服务[WxPusher]的Python版本sdk,可以通过API实时给个人微信推送消息。wechat pusher.
Stars: ✭ 156 (+188.89%)
Mutual labels:  python-sdk
Xtp api python
Stars: ✭ 146 (+170.37%)
Mutual labels:  python-api
Kinopoiskpy
Python API to kinopoisk.ru
Stars: ✭ 126 (+133.33%)
Mutual labels:  python-api
Pyseeta
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)
Stars: ✭ 93 (+72.22%)
Mutual labels:  python-api
PySMS
Simple Python API that that allows you to send texts via SMTP with a best effort approach and process replies via IMAP
Stars: ✭ 19 (-64.81%)
Mutual labels:  python-api
Openfoodfacts Apirestpython
Python API for Open Food Facts (using a DB dump)
Stars: ✭ 40 (-25.93%)
Mutual labels:  python-api
PyMiniSolvers
A Python API for the MiniSat and MiniCard constraint solvers.
Stars: ✭ 18 (-66.67%)
Mutual labels:  python-api
Vhackxtbot Python
Python API for vHackXT Game
Stars: ✭ 27 (-50%)
Mutual labels:  python-api
kyros
Python wrapper for WhatsApp Web API websocket communication (based on https://github.com/sigalor/whatsapp-web-reveng)
Stars: ✭ 94 (+74.07%)
Mutual labels:  python-api
meican
MeiCan Python SDK. 美餐点餐库 + 命令行工具。
Stars: ✭ 65 (+20.37%)
Mutual labels:  python-sdk
Surelog
SystemVerilog 2017 Pre-processor, Parser, Elaborator, UHDM Compiler. Provides IEEE Design/TB C/C++ VPI and Python AST API.
Stars: ✭ 116 (+114.81%)
Mutual labels:  python-api
pymycobot
This is a python API for mycobot serial communication.
Stars: ✭ 55 (+1.85%)
Mutual labels:  python-api

FAX.PLUS Python SDK

Made for third-party developers and organizations to send and receive faxes from their own software or application.

NPM version License

API DocumentationHomeHelp CenterContact Us

Requirements.

Python 3.5+

Installation

pip install

To install the package from PyPi

# From PyPi
pip install faxplus-api

# Directly from Github
pip install git+https://github.com/alohi/faxplus-python.git

Setuptools

Install via Setuptools.

git clone https://github.com/alohi/faxplus-python.git
cd faxplus-python
python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Getting Started

Example usage:

from faxplus import ApiClient, FaxesApi

client = ApiClient(configuration)
api = FaxesApi()
faxes = api.list_faxes("self", category=FaxCategory.INBOX)

Documentation

Visit the full API reference at apidoc.fax.plus.

Author

© 2022 Alohi (Geneva, Switzerland) - Alohi.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].