llekn / btc-plots

Scripts to generate bitcoin related plots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BTC price plots scripts

Simple pandas script to plot BTC/USD and USD/BTC price by retrieving data from https://api.blockchain.info/charts/market-price

Installation

  • Clone the repo
  • Create a virtual environment: python3 -m venv venv
  • Activate virtual environment: source venv/bin/activate
  • Install dependencies: pip3 install -r requirements.txt
  • Open the notebook: ipython notebook btc-price.ipynb

Have fun!

About

Scripts to generate bitcoin related plots

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%