Skip to content

Commit 69a2bf0

Browse files
authored
Added Readme.md File
1 parent 3ab190d commit 69a2bf0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

auto_crypto_alert_mail/Readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Crypto Exchange Mail Alert
2+
3+
Packages Used - smtplib & request
4+
5+
## Setup instructions
6+
7+
Open cmd/vscode_terminal run the following commands:
8+
```
9+
pip install secure-smtplib
10+
pip install requests
11+
```
12+
That's All, Now run script ```api_crypto_mail_alert.py```
13+
14+
## Output
15+
16+
Script will run in background and alerts automatically by sending an email wheneven the provided crypto currency reaches/crosses a target limit.
17+
18+
## Author
19+
20+
[Anshu](https://github.com/anshu189)

0 commit comments

Comments
 (0)