Git Product home page Git Product logo

web-scraping-101's Introduction

๐Ÿ•ท๏ธ 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

web-scraping-101's People

Contributors

dependabot[bot] avatar ikoala21 avatar sakethramanujam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

web-scraping-101's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.