This project is inspired by this tweet. Made with python using coinmarketcap API
- 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')
- Input your API key by register to coinmarketcap. Watch the guide
- input your sender, recipient, and sender password. (You have to activate your sender email two factor authentication and generate app password. Guide
- Change the symbol, change_over, and interval.
cara menjalankan program :
- Open Command Prompt
- Change directory to this folder
- Type 'py main.py'
- The program will send you email if the change is over 5%
- 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
need to be developed to run on server
Created by Bryan Rinaldo