Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felixfaisal/flipkart

A python script to scrap the flipkart website and store it in a csv file format
https://github.com/felixfaisal/flipkart

Last synced: 15 days ago
JSON representation

A python script to scrap the flipkart website and store it in a csv file format

Awesome Lists containing this project

README

        

# REQUIREMENTS
A python script to scrap the flipkart website and store it in a csv file format

It stores all the laptops having core i7 processor and are priced under 70,000 rupees

Install the library of BeautifulSoup before running the script

Run the following code in your terminal to install Beautiful Soup :
```python
pip install bs4
```