Automate BTC/JPY Trade Bot at Zaif
This projects works in GAE
pip install -t lib -r requirements.txt
cp zaif/settings.py.example zaif/settings.py
You need to edit settings.py and set your KEY and SECRET which are provided from Zaif.
KEY='your key'
SECRET='your secret'dev_appserver.py app.yaml worker.yaml
gcloud app deploy app.yaml worker.yaml