Ayshhh / webscrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webscraping to get the updates in a website

Here I took 4 websites for scraping, they are:


Libraries
  • Beautiful soup html parser :: Helps to get connected with Specified URL's
  • urllib.request :: Helps to send HTTP request(connections), gets a webpage and close it
  • io :: Helps tp encode the characters into specified format
  • smtplib :: Helps to send out mails using SMTP
  • CSV :: Helps to write a csv file

About


Languages

Language:Python 100.0%