Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aeyoll/cryptofolio

Track gain and loss of your cryptocurrency portfolio.
https://github.com/aeyoll/cryptofolio

bitcoin cryptocurrencies django python

Last synced: about 2 months ago
JSON representation

Track gain and loss of your cryptocurrency portfolio.

Awesome Lists containing this project

README

        

# Cryptofolio

Track gain and loss of your cryptocurrency portfolio.

## Installation

Requires [pipenv](https://github.com/pypa/pipenv)

```commandline
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:

```commandline
./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.