Skip to content

Different scraping technolgies used to build various data extraction tools

Notifications You must be signed in to change notification settings

Mazhar004/scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping

Different scraping technolgies used to build various data extractions tools

BeautifulSoup

Library Install

  • pip install bs4
  • pip install requests

Soultions

  • Holiday calender based on country name Link
  • Price compare Link
    • Such as what is the current value of $15 in 2020 which spend in 1975
    • In 1975 $15 equal to $202.68 in 2020

Scrapy

Library Install

  • All installation process Link

Solutions

  • Amazon best sellers books data collections Link
  • Basics of scrapy on toscrape website Link

Selenium

Library Install (Linux)

  • For FireFox sudo apt-get install firefox-geckodriver
  • For Chrome sudo apt-get install chromium-chromedriver
  • pip install bs4
  • pip install requests
  • Download any one driver you want to proceed with for Windows from follwing link

Soultions

  • Bigboss voting app [Account sign up] Link
  • Food branch details based on country name Link
  • House rent/sale details Link
  • A website member details extractions Link
  • Linkedin account email extraction [Login & Contacts] Link

About

Different scraping technolgies used to build various data extraction tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published