Skip to content

Aeory/hodl-rider

Repository files navigation

hodl-rider

Check it out at hodlrider.com

Installation

Requires Python 3.8 (that's right, we snuck one walrus in there 😉)

Install dependencies

$ pip install -r requirements.txt

Generate a .env file

$ cat << EOF > .env
TIINGO_API_KEY=<< GO GET ONE OF THESE >>
APP_NAME="hodl-flask"
APP_SETTINGS="project.server.config.DevelopmentConfig"
FLASK_DEBUG=1
GOOGLE_ANALYTICS_ID=
EOF

Running

As a webserver

$ python manage.py run

Just the API

$ python .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages