Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaf9/web-scraping
Web scraping using Beautiful Soup and Request libraries.
https://github.com/msaf9/web-scraping
python
Last synced: 9 days ago
JSON representation
Web scraping using Beautiful Soup and Request libraries.
- Host: GitHub
- URL: https://github.com/msaf9/web-scraping
- Owner: msaf9
- Created: 2020-10-31T19:57:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T01:54:16.000Z (10 months ago)
- Last Synced: 2024-11-08T08:49:26.213Z (2 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Scraping
Web scraping of product list from E-commerce website using Python.Table of contents
- [Introduction](#introduction)
- [Resources](#resources)
- [Technology Stack](#technology-stack)
- [Project status](#project-status)
- [Installation](#installation)
- [Get repository](#get-repository)
- [License](#license)## Introduction
Web scraping using Beautiful Soup and Request libraries.
### Resources
- E-commerce platform: Flipkart
- [Products List](https://github.com/msaf9/WebScraping/blob/master/products.csv 'products.csv')## Technology Stack
- Python
- Beautiful Soup and Request libraries## Project status
> **Completed**
## Installation
### Get repository
```git
git clone https://github.com/msaf9/web-scraping.git
cd web-scraping
```## License