Skip to content

sakethramanujam/web-scraping-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🕷️ Scraping 101 in Python 🐍

Watch this Talk on Youtube

Web scraping

Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. Web scraping software may access the World Wide Web directly using the Hypertext Transfer Protocol, or through a web browser. While web scraping can be done manually by a software user, the term typically refers to automated processes implemented using a bot or web crawler. It is a form of copying, in which specific data is gathered and copied from the web, typically into a central local database or spreadsheet, for later retrieval or analysis. - Wikipedia

                                            or 

A technique to extract(with the permission of authors/publishers ofcourse) information that you see on the webpages as you browse.

🤔 Why ?

  • To extract information
  • A website may or may not have an API!
  • Even if it does, you might be rate limited.

😕 What can I do?

  • Extract coupon information from deal of the day websites.
  • Scrape reviews of your favourite films
  • Capture data from Government websites and create datasets.
  • Extract articles from news websites and make a news aggregator.

😄 More Ideas

😠 But How?

block-dg

🏦 Available Libraries

📡 For making HTTP Requests

⚙️ For Parsing webpages

🐛 For writing spiders/crawlers

Extra credit: Selenium

📚 Resources

📦 Projects to checkout

🔔 Conference Notify

🚨 Covid 19

🚀 ISRO News

About

Building a scraper live for GirlScript Mangalore

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages