August 2018
Intermediate to advanced
90 pages
1h 57m
English
In order to setup the bitcoin trade advice alert, go through the following steps:
#!/usr/bin/python# import modules# Make sure to copy the exchanges from https://github.com/dursk/bitcoin-price-api# to the same location as this scriptfrom exchanges.bitfinex import Bitfinex
import smtplib# Function to send emaildef trigger_email(msg): # Change these to your email details email_user = "bitcoin.harish@gmail.com" email_password = "bitcoin1" smtp_server = 'smtp.gmail.com' ...
Read now
Unlock full access