Skip to main content

A python wrapper for the Lending Club API

Project description

Lending Club API

.. image:: https://travis-ci.org/bmorrise/pylc.svg?branch=master
:target: https://travis-ci.org/bmorrise/pylc

.. image:: https://img.shields.io/pypi/v/pylc.svg
:target: https://pypi.python.org/pypi/pylc

.. image:: https://img.shields.io/pypi/dm/pylc.svg
:target: https://pypi.python.org/pypi/pylc

This project is intended for anyone who wants to interact with the Lending Club's API via Python. You can find the Lending Club API documentation here: https://www.lendingclub.com/developers/lc-api.action

Installation
------------
.. code-block:: python
sudo pip install pylc
...

Usage
-----
.. code-block:: python
from pylc import LendingClubAPI
lc = LendingClubAPI('[LENDING_CLUB_API_KEY]', '[ACCOUNT_NUMBER]')
summary = lc.account.summary()
...

Replace the [LENDING_CLUB_API_KEY] with a developer key from the Lending Club which can be generated here: https://www.lendingclub.com/account/profile.action

Replace the [ACCOUNT_NUMBER] with your account number from this page: https://www.lendingclub.com/account/summary.action. You'll see your account number displayed like this: **My Account #XXXXXXXX**

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

PyLC-0.1.0a11.tar.gz (3.6 kB view hashes)

Uploaded Source

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