An open API service indexing awesome lists of open source software.

https://github.com/dioptx/algotrading-api

A algotrading {api, data gathering, ml experiments} solution
https://github.com/dioptx/algotrading-api

Last synced: 8 months ago
JSON representation

A algotrading {api, data gathering, ml experiments} solution

Awesome Lists containing this project

README

          

# algotrading-api

[![CircleCI](https://circleci.com/gh/bitaesthetics/algotrading-api/tree/master.svg?style=svg)](https://circleci.com/gh/bitaesthetics/algotrading-api/tree/master)

## Docker
Most up to date image would be `notalgotrading/base:latest`

## Running the api

### Dependencies

`pip install -r requirements.txt`

### Run

`python start_api.py`

## Run the tests
`python -m pytest`

## Running the crawler(s)

`python start_crawler.py [crawler_name] (params)`
`params` are in the form `key:value`. Their parsing is the responsibility of the subsequent crawlers.

For example, you can pass the api key as a parameter (`apikey:asdfasdf`) or wait intervals (`wait_min:1`) or whatever you want.

## Running the ML experiments