Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aeyoll/cryptofolio
- Owner: aeyoll
- Created: 2017-12-04T06:55:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T18:46:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T00:45:45.910Z (2 months ago)
- Topics: bitcoin, cryptocurrencies, django, python
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.