Skip to content

This review scraper is using flipkart.com | e-commerce site for scrape product reviews and images uploaded by customers. I have used Flask for api development and BS4 for extracting data from website.

Notifications You must be signed in to change notification settings

chicks2014/Flipkart-reviews-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flipkart's product reviews scrapper

GitHub Pipenv locked Python version GitHub forks GitHub followers

This review scraper is using flipkart.com | e-commerce site for scrape product reviews and images uploaded by customers. I have used Flask for api development and BS4 for extracting data from website.

Clone This Repository

git clone chicks2014/Flipkart-reviews-scrapper

Requirements

  • Python >= 3.6
  • Python Libraies: beautifulsoup4, bs4, click, Flask, Flask-Cors, Jinja2, requests, urllib3

Installation

  • pip install -r requirements.txt

Quick note on Python-Flask

  • Flask is a light-weight web framework for Python
  • Easy to work with (Same syntax as of Python)
  • While Flask addresses itself as a "micro-framework", it is not lacking in features or power, especially with a clutch of extensions to support features such as authentication, databases and so on
  • Comprehensive documentation available

Thank you

About

This review scraper is using flipkart.com | e-commerce site for scrape product reviews and images uploaded by customers. I have used Flask for api development and BS4 for extracting data from website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published