Skip to content

Repo Containing basic projects of web scrapping using python

Notifications You must be signed in to change notification settings

gulvaibhav20/Web-Scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Scrapping Basic Projects

Repo Containing basic projects of web scrapping using python

This repository is just to practice web scrapping using Python.

Contents:

  • Chuck Norris Jokes Scrapping
  • Book Store Scrapping
  • Image Scrapping

Prerequisites:

  • Jupyter Notebooks
  • Python
  • Some python libraries installed:
Python Libraries Purpose
pandas For storing and acquire data in tables
requests To get HTML data from the websites
json To convert JSON data into python dictionary data
bs4 To create a soup object for extracting desired data from websites

Releases

No releases published

Packages