igniteflow / pyforecastapp

Python API for Forecastapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyForecastApp

Python API for accessing ForecastApp (http://www.forecastapp.com).

Installation

pip install pyforecastapp

Usage

from pyforecastapp import ForecastApp

api = ForecastApp('<account-id>','<email>', '<password>')
for p in api.clients():
    print p

About

Python API for Forecastapp.com


Languages

Language:Python 100.0%