KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ruby-etrade
★ 17
Open GitHub ↗
Library for accessing etrade's API
Download README (.md)
Explore Similar Repositories
Regex
:
A little regex engine
projector.js
:
Inter- and Audioactive VJ Software for Chrome 23+
pwned
:
Simple C++ code for simple tasks
symbol
:
typed lisp adventure
tarsnap-backup-osx
:
A shell script and launchd config file to run daily backups on specified directories to tarsnap
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ruby-etrade
?
Download (.md)
ruby-etrade =========== Library for interacting with etrade api Create a file called consumer_token.rb. This file should have your consumer key which was given to you by etrade. Its contents should be in the following format. > CONSUMER_TOKEN = { > :token => "XXXXXXXXXX", > :secret => "XXXXXXXXXX" > } To authorize the library to use your e-trade credentials, run the following command and follow the instructions: > % ruby get_access_token.rb Test that it works by running the test program. This program will list the contents of the Get Account List command. > % ruby test_get_account_list.rb