This is a collection of simple python scripts utilizing the bitcoin.de trading API.
Work in progress.
As usual with Django, run
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
to bring up the development webserver.
Copyright 2018 Sebastian Schmittner sebastian@schmittner.pw
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.