Skip to main content

Help automating LendingClub processes

Project description

https://travis-ci.org/ahartoto/lendingclub2.svg?branch=master Documentation Status https://img.shields.io/pypi/v/lendingclub2.svg https://img.shields.io/pypi/pyversions/lendingclub2.svg

Lending Club API

Welcome to the unofficial Lending Club Python API. This library is inspired by the LendingClub library, but utilizes the REST API endpoints and applies the best practices from Lending Club. For more complete information about Lending Club’s REST API, please go to this page.

Requirements

This library expects that the user has pre-generated the Authentication key. If you are unfamiliar with it, please go to Lending Club documentation page to find the instructions on how to generate one.

The authentication key can be passed to the application as an environment variable ($LENDING_CLUB_API_KEY) or using the configuration file.

User is also expected to know their investor ID number. Please login to your Lending Club account to find your investor ID number. The investor ID number can be passed to the application as an environment variable ($LENDING_CLUB_INVESTOR_ID) or using the configuration file.

Configuration File

If user chooses to specify either the authentication key or investor ID number using the configuration file, the configuration file has to include the following information:

[access]
api_key = THIS_IS_EXAMPLE_API_KEY=

[account]
investor_id = 123456789

The location of the configuration file by default is $HOME/.lendingclub, but user can override it by specifying the custom path using $LENDING_CLUB_CONFIG environment variable.

Examples

from lendingclub2.account import InvestorAccount

# Find information about account's available balance
account = InvestorAccount()
print(account.available_balance)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

lendingclub2-0.3.0-py2.py3-none-any.whl (16.2 kB view hashes)

Uploaded Python 2 Python 3

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