aeyoll / cryptofolio

Track gain and loss of your cryptocurrency portfolio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptofolio

Track gain and loss of your cryptocurrency portfolio.

Installation

Requires pipenv

pipenv install
./manage.py migrate

Setup

In cryptofolio/local_settings.py, add your coinmarketcap API key :

COINMARKETCAP_API_KEY='aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa'

To fetch prices, set up a cron to an interval of your choice, launching this command:

./manage.py fetch_prices

Usage

Go to the /admin/ section of the website, and add cryptocurrencies infos. Then, just go to the homepage, and if the prices are fetched correctly, you should see all the information.

About

Track gain and loss of your cryptocurrency portfolio.


Languages

Language:Python 71.2%Language:HTML 28.8%