IanQS / krak_trader

Automated Kraken Trader
2 stars 1 forks source link
kraken nlp python trading

Setup

1) Slack Join Link

2) Before starting, create a src/constants.py file that contains:

__STORAGE_PATH = 'BASE_PATH/news_data/{}'

# where base_path is where you want to store the scraped data to

KRAKEN_PATH = __STORAGE_PATH.format("kraken") + "/{}"
NEWS_PATH = __STORAGE_PATH.format("news") + "/{}"

Contributing

1) Create a new branch to work on, create a PR and we'll merge it in AFTER its been reviewed

2) Don't EVER commit your API key to this as we'll try and make it public so your contributions will be listed on your profile

Data

Dropbox Link