You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
Robin-Stocks API Library
4
4
========================
5
-
This library provides a pure python interface to interact with the Robinhood API, Gemini API,
5
+
This library provides a pure Python interface that interacts with the Robinhood API, Gemini API,
6
6
and TD Ameritrade API. The code is simple to use, easy to understand, and easy to modify.
7
-
With this library you can view information on stocks, options, and crypto-currencies in realtime,
7
+
With this library, you can view information on stocks, options, and crypto-currencies in real-time,
8
8
create your own robo-investor or trading algorithm, and improve your programming skills.
9
9
10
10
To join our Slack channel where you can discuss trading and coding, click the link https://join.slack.com/t/robin-stocks/shared_invite/zt-7up2htza-wNSil5YDa3zrAglFFSxRIA
@@ -14,7 +14,7 @@ Supported APIs
14
14
The supported APIs are Robinhood, Gemini, and TD Ameritrade. For more information about how to use the different APIs, visit the README
15
15
documents for `Robinhood Documentation`_, `Gemini Documentation`_, and `TDA Documentation`_.
16
16
17
-
Below are examples on how to call each of those modules.
17
+
Below are examples of how to call each of those modules.
18
18
19
19
>>> import robin_stocks.robinhood as rh
20
20
>>> import robin_stocks.gemini as gem
@@ -58,7 +58,7 @@ so it can be installed by typing into terminal (on Mac) or into command prompt (
58
58
Also be sure that Python 3 is installed. If you need to install python you can download it from `Python.org <https://www.python.org/downloads/>`_.
59
59
Pip is the package installer for python, and is automatically installed when you install python. To learn more about Pip, you can go to `PyPi.org <https://pypi.org/project/pip/>`_.
60
60
61
-
If you would like to be able to make changes to the package yourself, clone the repository onto your computer by typing into terminal or command prompt:
61
+
If you would like to be able to make changes to the package yourself, clone the repository onto your computer by typing into the terminal or command prompt:
0 commit comments