Skip to content
/ DEXBot Public
forked from Codaone/DEXBot

Trading Bot for the BitShares Decentralized Exchange

License

Notifications You must be signed in to change notification settings

mikakoi/DEXBot

 
 

Repository files navigation

DEXBot

Trading Bot for the BitShares Decentralized Exchange (DEX).

Build status

master:
Build Status

Warning: This is highly experimental code! Use at your OWN risk!

Installation

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

Running the GUI

On Linux: $ python ./app.py

Running the CLI

Check documentation here: [https://dexbot-ih.readthedocs.io/en/latest/setup.html]

Configuration

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.

IMPORTANT NOTE

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.

About

Trading Bot for the BitShares Decentralized Exchange

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Makefile 0.9%