Skip to content

This repo contains the python scripts to extract required information by scraping various websites.

License

Notifications You must be signed in to change notification settings

codescoop/Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Scraping

This repo contains the python scripts to extract required information by scraping various websites.

Note : There is no universal solution for web scraping as data on every website is uniquely structured. Therefore, in order to scrape the data, you need to dig deeper and understand the website’s structure.

Disclaimer :

  • Web Scraping may be against the terms of use of some websites and users may be subject to legal ramifications depending on where and how they attempt to scrape information.
  • So, Always inspect the Robots.txt as many websites specifies what is considered as good behaviour on that site, such as areas that are allowed to be crawled, restricted pages, and frequency limits for crawling.

Scripts : (In Progress)

Website URL Libraries Action
Worldometer https://www.worldometers.info/coronavirus/
  • BeautifulSoup
View
Amazon https://www.amazon.in/b?node=976389031
  • Scrapy
View

Dependencies

Installation

Set up a virtual environment and install the dependencies:

pip install -r requirements.txt

License

This project is licensed under the terms of the GLP-3.0 license

About

This repo contains the python scripts to extract required information by scraping various websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published