You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This snippet of code will Scrape weather data using Python to get umbrella reminder on email
5
+
6
+
## Requirements
7
+
8
+
`$ pip install bs4`
9
+
10
+
`$ pip install requests `
11
+
12
+
`$ pip install smtplib`
13
+
14
+
`$ pip install schedule `
15
+
16
+
17
+
18
+
## Steps To Execution
19
+
- First of all you need to Enable Less Secure app access from your sending email account. [(Click Here for reference !!)](https://youtu.be/Ee7PDsbfOUI)
20
+
- Fork this repo and navigate to Umbrella-Reminder folder
21
+
- Open code.py in any text/code editor
22
+
- Write necessary modification in code like your time ,city, mail-id , password ...
23
+
- Run this code.py `$ python code.py`
24
+
25
+
Note: When you execute this program it will throw you a smtplib.SMTPAuthenticationError and also sends you a Critical Security alert to your email because,
26
+
In a nutshell, Google is not allowing you to log in via smtplib because it has flagged this sort of login as “less secure”, so what you have to do is go to
27
+
this link while you’re logged in to your google account, and allow the access:
0 commit comments