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: 3 months ago
JSON representation
Get the price of bitcoin and insert it into a database
- Host: GitHub
- URL: https://github.com/Ah00ra/btc-price
- Owner: Ah00ra
- Created: 2021-05-12T11:47:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T19:16:08.000Z (about 3 years ago)
- Last Synced: 2024-06-28T11:33:22.561Z (5 months ago)
- Language: Python
- Size: 99.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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)