Skip to content

gauravaradhye/python-web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

python-web-scraping

Web Scraping experiments with python

Web Scraping in Python is really easy with two most powerful tools.

  1. Requests
  2. BeautifulSoup

The requests module helps you getting the content of the web page in efficient way and BeautifulSoup module let's you parse through the content and filter out critical information you need with ease!

If you run the simple-web-scraper.py file, you will get list of all blog posts on the home page of my blog www.three20kbps.wordpress.com.

Instructions for running file:

  1. Clone the repo and go to the repo folder
  2. Run the command "python simple-web-scraper.py"

Immediately all the blog post titles will be listed on your terminal and you can verify the correctness by visiting the website.

About

Web Scraping experiments with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages