Skip to content

Scrap the latest count from Covid19 affected people using Python 3

Notifications You must be signed in to change notification settings

oscarbmh/VirusScrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

VirusScrapper

Get regions info from oficial spanish government website

How to launch

  1. Clone repository

  2. Open VirusScrapper.ipynb with Google Colab or Jupyter notebook

  3. Setup your Gmail Parameters. Change *** with your personal password and email.

    password = '***'
    msg['From'] = '***'	
    msg['To'] = '***'
    
  4. Run code

How to enable Third-Party Mail Clients in Gmail settings

Inside "MyAccount" > "Sign-in & security" > "Connected apps & sites" > "Allow less secure apps"

More info in https://www.arclab.com/en/kb/email/how-to-enable-imap-pop3-smtp-gmail-account.html

About

Scrap the latest count from Covid19 affected people using Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%