Trading bot for Prosper.com
Project description
prosper-bot
Bot to automatically invest in prosper.com
Installation
Use pipx
to install in a self-contained virtual environment.
pipx install prosper-bot
Setup
Follow the setup instructions for Prosper API
Running
Dry run
prosper-bot --dry-run
For realsies
prosper-bot
Options
Prosper bot exposes all the config options from prosper-api
, plus the options in the bot
and cli
sections below.
prosper-api.auth.token-cache:
default: /Users/graham/Library/Caches/prosper-api/token-cache
description: The filesystem location where the auth token will be cached.
optional: false
type: str
prosper-api.credentials.client-id:
constraint: ^[a-f0-9]{32}$
description: The client-id from Prosper.
optional: false
type: str
prosper-api.credentials.client-secret:
constraint: ^[a-f0-9]{32}$
description: The client-secret from Prosper; can be stored and accessed securely using the keyring
library.
optional: true
type: str
prosper-api.credentials.password:
description: Your Prosper password; can be stored and accessed securely using the keyring library.
optional: true
type: str
prosper-api.credentials.username:
description: Your Prosper username
optional: false
type: str
prosper-bot.cli.dry-run:
description: Run the loop but don't actually place any orders.
optional: false
type: bool
prosper-bot.cli.verbose:
description: Prints additional debug messages.
optional: false
type: bool
All configs can be provided as command-line options as well:
usage: prosper-bot [-h] [-c CLIENT-ID] [--client-secret CLIENT-SECRET] [-u USERNAME]
[-p PASSWORD] [-t TOKEN-CACHE] [-m MIN-BID]
[-s {AGGRESSIVE,CONSERVATIVE,OVERALL_HIGHEST_RATE}]
[--target-loan-count TARGET-LOAN-COUNT] [-v] [-d]
options:
-h, --help show this help message and exit
prosper-api.credentials:
-c CLIENT-ID, --client-id CLIENT-ID
The client-id from Prosper; Type: str matching /^[a-f0-9]{32}$/
--client-secret CLIENT-SECRET
The client-secret from Prosper; can be stored and accessed securely
using the keyring library; Type: str matching /^[a-f0-9]{32}$/
-u USERNAME, --username USERNAME
Your Prosper username; Type: str
-p PASSWORD, --password PASSWORD
Your Prosper password; can be stored and accessed securely using the
keyring library; Type: str
prosper-api.auth:
-t TOKEN-CACHE, --token-cache TOKEN-CACHE
The filesystem location where the auth token will be cached; Type:
str; Default: /Users/graham/Library/Caches/prosper-api/token-cache
prosper-bot.bot:
-m MIN-BID, --min-bid MIN-BID
Minimum amount of a loan to purchase; Type: Decimal; Default: 25.00
-s {AGGRESSIVE,CONSERVATIVE,OVERALL_HIGHEST_RATE}, --strategy {AGGRESSIVE,CONSERVATIVE,OVERALL_HIGHEST_RATE}
Strategy for balancing your portfolio; Type: str; Default:
AGGRESSIVE
--target-loan-count TARGET-LOAN-COUNT
Calculate min bid based on (total account value / target loan
count). Overrides min-bid if present; Type: int
prosper-bot.cli:
-v, --verbose Prints additional debug messages; Type: bool
-d, --dry-run Run the loop but don't actually place any orders; Type: bool
Feedback
This project uses GitHub issues for feature requests and bug reports.
Contributing
This project uses Poetry to manage dependencies and building. Follow the instructions
to install it. Then use poetry install --all-extras
to install the project dependencies. Then run poetry run autohooks activate
to set up the pre-commit hooks. Please ensure the hooks pass before submitting a pull request.
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
Built Distribution
Hashes for prosper_bot-0.6.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fd0eba135b38a46bb8aca88de9b3b41a50ec22538fa215904bd2801e46d4515 |
|
MD5 | 511c694ccdbe2c5f454c08263f2193cf |
|
BLAKE2b-256 | 0924703be13625050eac0f61956524efac6af0121e890f4e79eb028f4a0abca2 |