Skip to content

Web Scraping

Angelo Matias edited this page Sep 10, 2017 · 4 revisions

Beginner’s guide to Web Scraping in Python (using BeautifulSoup) https://www.analyticsvidhya.com/blog/2015/10/beginner-guide-web-scraping-beautiful-soup-python/

Learn how to web scrape in Python with the help of the guide above. Then manually find the relevant data from the HTML code of the PHIVOLCS website (http://www.phivolcs.dost.gov.ph/html/update_SOEPD/EQLatest.html) to be able to create a web scraper that would be used to extract the said data.

Clone this wiki locally