This web application allows users to search for products on Flipkart and retrieve customer reviews. It utilizes web scraping techniques to automate the extraction of reviews and presents them in a user-friendly interface.
User-friendly interface for searching Flipkart products and viewing customer reviews. Automated web scraping to extract product details and reviews from Flipkart. Log file to record important events and errors during the scraping process. Cross-Origin Resource Sharing (CORS) handling to retrieve data from Flipkart.
- Clone the repository:
git clone https://github.com/<your-username>/flipkart-review-scraper.git
- Navigate to the project directory:
cd flipkart-review-scraper
- Install the required dependencies:
pip install -r requirements.txt
- Run the Flask application: python app.py
- Access the application in your web browser at http://localhost:5000.
- Enter a search query for the desired product.
- View the extracted customer reviews and product details.
- Flask: Python web framework for building the application.
- BeautifulSoup: Library for parsing HTML and extracting data.
- Requests: Library for sending HTTP requests and retrieving web pages.
- Flask-CORS: Extension for handling Cross-Origin Resource Sharing.
- Logging: Python module for logging events and errors.
- Implement user authentication to personalize the experience.
- Expand the application to scrape reviews from other e-commerce platforms.
- Integrate sentiment analysis for a more comprehensive review analysis.
- Improve error handling and user feedback.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License.