Ecosyste.ms: Awesome

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

https://github.com/Ah00ra/btc-price

Get the price of bitcoin and insert it into a database
https://github.com/Ah00ra/btc-price

Last synced: 4 months ago
JSON representation

Get the price of bitcoin and insert it into a database

Lists

README

        

# btc-price
Get the price of bitcoin and insert it into a database
and make chart with matplotlib.

## requirements
All of packages that you need to use this repository was written in `requirements.txt`
and they will be installed using:

```
pip install -r requirements.txt
```

___
## btc-chart
`python src/chart.py /path/of/database.db` output is a JPEG file like the image below.

![btc-chart](https://github.com/imahoora/btc-price/blob/main/image/btc-chart.jpg)