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
- Host: GitHub
- URL: https://github.com/dioptx/algotrading-api
- Owner: dioptx
- License: mit
- Created: 2019-10-02T16:26:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T16:33:12.000Z (over 6 years ago)
- Last Synced: 2025-09-13T09:48:33.803Z (9 months ago)
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algotrading-api
[](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