Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1010 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 1010 Bytes

Real-Time Bitcoin Price SCIPT WITH PYTHON

What Is Bitcoin? Bitcoin is a digital currency that was created in January 2009. It follows the ideas set out in a whitepaper by the mysterious and pseudonymous Satoshi Nakamoto.1 The identity of the person or persons who created the technology is still a mystery. Bitcoin offers the promise of lower transaction fees than traditional online payment mechanisms and, unlike government-issued currencies, it is operated by a decentralized authority.

What Does This Script Do?

This is a Script to get Bitcoin latest Price, Also you can save data in MYSQL and have a Chart of Bitcoin Prices from your Database

HOW TO USE

  1. Make sure you have installed : python3 & pip
  2. Clone the project
$ git clone https://github.com/armiin98/bitcoin-price.git
  1. Go to the bitcoin-price directory
$ cd bitcoin-price
  1. Install Requirements
pip install -r requirements.txt
  1. Run programme
python get_price.py