Skip to content

Lending Club REST API based program which allows the user to specify filters and schedule program for automatic investment decisions.

Notifications You must be signed in to change notification settings

git-hemant/LC-automatique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC-automatique

This program uses Lending Club REST API to automate investment decisions, here you can specify multiple strategies where each strategy can have it's own filters and corresponding portfolio where loans should be added in your lending club account. It also allows you to schedule at what time do you want to run the program. For e.g. in-case you want to run everytime new loans are released by LC.

How to configure

Please specify your numeric investor id and API key in the configuration file. In configuration file you can specify multiple strategies where each strategy have it's own filters and portfolio name in your lending club account. Please see the sample configuraiton file which have one very simple strategy. You can use any of the fields (case sensitive) used in the loan response in filters specified in the configuration file.

How to run

  1. Download the lc-automatique.jar

2) Run the program java -jar -Dconfig.file=<Path to Config file> lc-automatique.jar

License and disclaimer

This is open source program licensed as Attribution-NonCommercial 4.0 International. As usual, I won't be responsible for any issues or damages related to this program.

About

Lending Club REST API based program which allows the user to specify filters and schedule program for automatic investment decisions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages