From 6fc4c5f5c0bd6e5a88e17f1d569b723500e2e8e2 Mon Sep 17 00:00:00 2001 From: Dennis Thiessen Date: Tue, 10 Oct 2017 10:07:22 +0200 Subject: [PATCH] Initial commit --- .idea/crypto-arbitrage-bot.iml | 11 ++ .idea/misc.xml | 4 + .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 + .idea/workspace.xml | 186 ++++++++++++++++++++++++++++ README.md | 1 + __init__.py | 1 + __main__.py | 4 + __pycache__/__init__.cpython-35.pyc | Bin 0 -> 129 bytes __pycache__/__main__.cpython-35.pyc | Bin 0 -> 190 bytes 10 files changed, 221 insertions(+) create mode 100644 .idea/crypto-arbitrage-bot.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 README.md create mode 100644 __init__.py create mode 100644 __main__.py create mode 100644 __pycache__/__init__.cpython-35.pyc create mode 100644 __pycache__/__main__.cpython-35.pyc diff --git a/.idea/crypto-arbitrage-bot.iml b/.idea/crypto-arbitrage-bot.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/crypto-arbitrage-bot.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..cf1964f --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..01aeb6c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..7c05c23 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +