Auto Email Crypto

General info

This project is inspired by this tweet. Made with python using coinmarketcap API image

Dependencies

  • install python (https://www.python.org/downloads/)
  • install smtplib (type in Command Prompt 'pip install smtplib')
  • install requests (type in Command Prompt 'pip install requests')
  • install email (type in Command Prompt 'pip install email')

Setup

  1. Input your API key by register to coinmarketcap. Watch the guide

image

  1. input your sender, recipient, and sender password. (You have to activate your sender email two factor authentication and generate app password. Guide

image

  1. Change the symbol, change_over, and interval.

image

How to Run

cara menjalankan program :

  1. Open Command Prompt
  2. Change directory to this folder
  3. Type 'py main.py'
  4. The program will send you email if the change is over 5%

Features

  • you can change the cryptocurrency by changing the symbol1 or symbol2
  • you can change change over by changing the change_over
  • you can change the interval

Status

need to be developed to run on server

Contact

Created by Bryan Rinaldo