Skip to main content

A python wrapper for the Lending Club API

Project description

Lending Club API

https://travis-ci.org/bmorrise/pylc.svg?branch=master https://img.shields.io/pypi/v/pylc.svg https://img.shields.io/pypi/dm/pylc.svg

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

sudo pip install pylc

Usage

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.0a14.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