Hi,
As a requested in italian section, i've create the script to check the bitcoin transaction fees using bitcoinfees.21.co APIs.
When the price is under the specified fee, it will send you an email.
https://github.com/Mirio/btc-alertfeeHow to use?
- Download the code from
https://github.com/Mirio/btc-alertfee- Open the file with editor (ex. notepad++) find and change the line below
#### CHANGE VALUE BELOW ####
# Field "To" in the email header
email_to = "<TARGET EMAIL>"
# SMTP Host
email_host = "<EMAIL HOST>"
email_port = 25
# Username and password to login
email_user = "<EMAIL USERNAME TO LOGIN>"
email_pwd = "<EMAIL PASSWORD TO LOGIN>"
# Fee target (in satoshi)
fee_target = 250
# Period to check the fee (in seconds)
check_period = 300
#### DON'T TOUCH BELOW ####
- Run "python btc-alertfee.py"
Donate (btc): 3JPRaDFPjjdR1Y7gBrdkfutbJ8g5X9GQik
If you have any question, write below