Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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