Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
Merge upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shads2 committed Dec 29, 2017
2 parents c410d6f + 6e3ff8b commit 716e113
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ Shoutouts:
* Ryan Mullin for implementing the getHistoricalData() method on v2 of the Bittrex API

# How to use (Docker)
To create the docker image run `make build` in the root of the project directory.
Once built copy template.env to .env and add your API keys, at a minimum read-only Bittrex keys are required.
* First make sure you have [Docker installed](https://docs.docker.com/engine/installation/)
* Next, to create the docker image run `make build` in the root of the project directory.
* Once built copy template.env to .env and add your API keys, at a minimum read-only Bittrex keys are required.
* Make sure to also update the market\_pairs environment or app.py variable with comma seperated market pair values that match Bittrex's format (i.e. BTC-ETH)

## How to run
In the root directory run `docker-compose run app` or `make run` if you don't have docker-compose.
Expand Down
7 changes: 4 additions & 3 deletions template.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BITTREX_KEY=BITTREX_API_KEY
BITTREX_SECRET=BITTREX_SECRET
TWILIO_KEY=TWILIO_API_KEY
TWILIO_SECRET=TWILIO_SECRET
TWILIO_SENDER_NUMBER=TWILIO_PHONE_NUMBER
TWILIO_RECEIVER_NUMBER=YOUR_PHONE_NUMBER
MARKET_PAIRS=CSV_OF_MARKET_PAIRS
TWILIO_PHONE_NUMBER=TWILIO_PHONE_NUMBER
TWILIO_MY_NUMBER=YOUR_PHONE_NUMBER
#Make sure that this matches bittrex format of BTC-XXX
MARKET_PAIRS=COMMA_SEPERATED_MARKET_PAIRS

0 comments on commit 716e113

Please sign in to comment.