-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadME.txt
17 lines (13 loc) · 894 Bytes
/
ReadME.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Main File: bitcoinTrader.py
I created a bitcoin trading application which connects to a user's account (currently mine) on Mt.Gox. It then can acquire all of the current account information (used in the portfolio) and can trade bitcoins. I also use a google news api to access their recent news about bitcoins which I display under the news tab. I create the text alert feature through sending a text through email, and using the python email library to do so.
YouTube: http://www.youtube.com/watch?v=oEB_ygd1XTE
I used the Mt.Gox API (included in submission) and the jsonAscii library (also included in the submission). I also used several other libraries, of which their easy_install directions are below:
easy_install pycrypto
easy_install lxml
easy_install simplejson
easy_install getpass
easy_install base64
easy_install hmac
easy_install hashlib
easy_install urllib
easy_install json