Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.rst #1

Merged
1 commit merged into from May 8, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.rst
Expand Up @@ -29,7 +29,7 @@ When running it checks your account balances every 30 minutes, if the
available cash meets or exceeds a `threshold you set <#minimum-cash>`__,
it's all automatically invested in a portfolio with an average interest
rate within your `specified
boundaries <#minmax-percent-interest-rate>`__.
boundaries <#minmax-percent-interest-rate>`_.

To put it simply, the tool does the same thing as if you were to: \* Log
into your account \* Click Invest \* Click More Options \* Select an
Expand All @@ -54,13 +54,13 @@ Feel free to fork and contribute!
Requirements
============

* python-daemon
* requests
* beautifulsoup4
* html5lib
* argparse
* python-daemon
* requests
* beautifulsoup4
* html5lib
* argparse

These can automatically be installed with `pip <http://www.pip-installer.org/en/latest/>`__::
These can automatically be installed with `pip <http://www.pip-installer.org/en/latest/>`_::

sudo pip install python-daemon requests beautifulsoup4 html5lib argparse

Expand Down Expand Up @@ -138,7 +138,7 @@ value will be chosen and all your available cash will be invested in it.

This value relates to finding a investment portfolio using the slider on
the `Invest
page <https://www.lendingclub.com/portfolio/autoInvest.action>`__ on
page <https://www.lendingclub.com/portfolio/autoInvest.action>`_ on
LendingClub.com. It's not possible, at any given time, to define an
absolute interest rate value, so we need to know the range that you will
accept.
Expand All @@ -157,7 +157,7 @@ Advanced Filters
----------------

**Experimental!** These are the filters from the `Invest
page <https://www.lendingclub.com/portfolio/autoInvest.action>`__ on
page <https://www.lendingclub.com/portfolio/autoInvest.action>`_ on
LendingClub that will let you filter out investments by term length,
loans you're already invested in and interest rate grades (A - G).

Expand Down Expand Up @@ -196,4 +196,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.