A python wrapper for the Lending Club API
Project description
Lending Club API
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyLC-0.1.0a15.tar.gz
.
File metadata
- Download URL: PyLC-0.1.0a15.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 459a1636a636fab171ebfa165efc1ce8f4c222aa9c0b3801027a25fe02ab6dd9 |
|
MD5 | ec2a44618b5cc219d95ee1c1539d7a5a |
|
BLAKE2b-256 | 79303097395ab1620ed6db9fc987c95a68d5ba21f90fa7589b0bb4e786a9c514 |