bomin0624 / tokyocovid19crawler

Web crawling Tokyo covid-19 website information and send Email automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tokyocovid19crawler

Use Python to web crawling Tokyo covid-19 website information into csv file and send Email automatically.

東京都 新型コロナウイルス感染症対策サイト

Requirement

Check your chrome version to install the right ChromeDriver version Put ChromeDriver into usr/local/bin

$ pip3 install lxml 
$ pip3 install selenium 
$ pip3 install pandas 

Run

python webcrawler.py
python sendemail.py

Input email and password

Be sure to change the csv file location.

Result

License

MIT

TODO:

  1. Change xpath
  2. Ask users Email and password from terminal

About

Web crawling Tokyo covid-19 website information and send Email automatically.

License:MIT License


Languages

Language:Python 100.0%