Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/felixfaisal/flipkart
- Owner: felixfaisal
- Created: 2019-06-18T08:03:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T19:22:44.000Z (over 5 years ago)
- Last Synced: 2024-10-24T16:21:23.760Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 scriptRun the following code in your terminal to install Beautiful Soup :
```python
pip install bs4
```