From 3db071638c96342316deef83f2c05ea05f08098b Mon Sep 17 00:00:00 2001 From: Scott Alfter Date: Wed, 1 Jul 2015 22:55:10 -0700 Subject: [PATCH] as fetched from http://pastebin.com/raw.php?i=8fBVpjaj...needs updates --- .gitignore | 1 + README.md | 6 ++++++ poloniex.py | 11 +++++++++++ 3 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 poloniex.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/README.md b/README.md new file mode 100644 index 0000000..2666b4d --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Poloniex API Python Binding +=========================== + +See https://poloniex.com/support/api for API documentation. They linked the +initial version of this binding at http://pastebin.com/8fBVpjaj. + diff --git a/poloniex.py b/poloniex.py new file mode 100644 index 0000000..8ee427a --- /dev/null +++ b/poloniex.py @@ -0,0 +1,11 @@ +--2015-07-01 22:54:44-- http://pastebin.com/raw.php?i=8fBVpjaj +Resolving pastebin.com... 190.93.243.15, 141.101.112.16, 190.93.240.15, ... +Connecting to pastebin.com|190.93.243.15|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: unspecified [text/plain] +Saving to: ‘raw.php?i=8fBVpjaj’ + + 0K ..... 83.8M=0s + +2015-07-01 22:54:45 (83.8 MB/s) - ‘raw.php?i=8fBVpjaj’ saved [6134] +