Trading Bot for the BitShares Decentralized Exchange (DEX).
Warning: This is highly experimental code! Use at your OWN risk!
Python 3.4+ & pip are required. With make:
$ git clone https://github.com/codaone/dexbot
$ cd dexbot
$ make install
or
$ make install-user
Without make:
$ git clone https://github.com/codaone/dexbot
$ cd dexbot
$ pip install -r requirements.txt
$ python setup.py install
or
$ pip install -r --user requirements.txt
$ python setup.py install --user
On Linux: $ python ./app.py
Check documentation here: [https://dexbot-ih.readthedocs.io/en/latest/setup.html]
Configuration is done in the GUI or CLI interactively, and is stored in config.yml
. You can change the default API node here if you want to, but otherwise there should be no need to touch it.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.