Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 588 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 588 Bytes

Bitcoin_Price_Alert

Receive SMS and Email notifications when the bitcoin price becomes more or less than a set limit in a certain currency.

You need to have Twilio,Mailgun account because we will be using their APIs very frequently.

You need to have Python 3 installed with the following libraries:

  • 1.boltiot
  • 2.requests

You can install them by the command:

  • pip install the_library_name_you_want_to_install

In the bitcoin_conf.py file fill your credentials then move to the bitcoin_price_alert.py file. I have given enough comments for better understanding of the code by you.