Online-Book-Store-Web-Scraping

所属分类:WEB开发
开发工具:Jupyter Notebook
文件大小:410KB
下载次数:0
上传日期:2023-04-22 10:10:25
上 传 者sh-1993
说明:  在这个存储库中,我将解释如何使用python编程语言和BeautifulSoup和requ来废弃网站...
(In this repository I will explain how to scrap websites using python programming language with BeautifulSoup and requestsmodule)

文件列表:
LICENSE (35149, 2023-04-22)
Online_Book_Store_Web_Scraping.ipynb (254625, 2023-04-22)
Web_Scraping.ipynb (508896, 2023-04-22)

# Online-Book-Store-Web-Scraping PERFORM WEB SCRAPING ON BOOK STORE http://books.toscrape.com/ ## **Prerequisites** - [Python](https://www.python.org/downloads/) ## Installation Install libraries ```bash pip install requests pip install bs4 pip install pandas ``` ## Run ```bash # Running Scraper File.. Online_Book_Store_Web_Scraping.ipynb ``` **What we Learn:** 1) Finding all the pages 2) Finding all the prices 3) Finding all the ratings 4) Finding all the title 5) Finding all the urls(images) 6) Data Processing on Scraped Data

近期下载者

相关文件


收藏者