Skip to content

adityathakurxd/web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Web Scraper (using Python)

Libraries used:

For web scraper

  • from bs4 import BeautifulSoup
  • import requests

For image scraper:

  • from re import split
  • from PIL import Image
  • from io import BytesIO
  • import os

Web Scraper

Scrapes the web for the entered Search term. Example: pizza

main py - Web Scraper - Visual Studio Code 1_18_2021 1_57_20 PM Note: The new commit also displays a short summary of the scraped searches.

Image Scraper

Scrapes the web for images and saves them to a directory by same name as search term.

main py - Web Scraper - Visual Studio Code 1_18_2021 2_28_59 PM

z9bms-cats1 jpg - Web Scraper - Visual Studio Code 1_18_2021 2_30_28 PM