Giter VIP home page Giter VIP logo

lendingclub2's Introduction

Build Status Documentation Status License: MIT PyPI release version PyPI pyversions PyPI - Downloads

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)

lendingclub2's People

Contributors

ahartoto avatar jlippuner avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.