From 18b3e3b5df0ff43ac72ea31f43c47ec8db94f5f6 Mon Sep 17 00:00:00 2001 From: Alexander Lifanov Date: Sat, 2 Sep 2017 13:20:33 +0300 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..07b9f02 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# yobit_bot + +Bot for Yobit.next. Check buy trades and identified aggresive trading for finding opportunity for scalping. + +## Usage + +``` +$ touch config.py +``` + +Add API_KEY and API_SECRET params to config.py + +``` +$ python bot.py +```