Metadata-Version: 2.0
Name: stakemachine
Version: 0.0.1
Summary: Trading bot infrastructure for the DEX (BitShares)
Home-page: http://www.github.com/xeroc/stakemachine
Author: Fabian Schuh
Author-email: Fabian@chainsquad.com
License: UNKNOWN
Download-URL: https://github.com/xeroc/stakemachine/tarball/0.0.1
Keywords: stake,bot,trading,api,blog,blockchain
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires-Dist: bitshares (>=0.1.5)
Requires-Dist: click
Requires-Dist: click-datetime
Requires-Dist: colorama
Requires-Dist: prettytable
Requires-Dist: pyyaml
Requires-Dist: sqlalchemy
Requires-Dist: tqdm
Requires-Dist: uptick

# StakeMachine

Trading Bot Infrastructure for the BitShares Decentralized Exchange
(DEX).

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

## Installation

    git clone https://github.com/xeroc/stakemachine
    cd stakemachine
    python3 setup.py install
    # or
    python3 setup.py install --user

## Configuration

Configuration happens in `config.yml`

## Requirements

Add your account's private key to the pybitshares wallet using `uptick`

    uptick addkey

## Execution

    stakemachine run

# 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.


