https://github.com/ronakbediya310/angular-web-scrapping-project
This project is designed to extract customer reviews of a specific project available on Flipkart using Python libraries and Angular. It involves scraping the Flipkart website to gather reviews and display them for analysis or other purposes.
https://github.com/ronakbediya310/angular-web-scrapping-project
angular typescript
Last synced: about 2 months ago
JSON representation
This project is designed to extract customer reviews of a specific project available on Flipkart using Python libraries and Angular. It involves scraping the Flipkart website to gather reviews and display them for analysis or other purposes.
- Host: GitHub
- URL: https://github.com/ronakbediya310/angular-web-scrapping-project
- Owner: ronakbediya310
- Created: 2023-12-17T08:07:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T11:45:43.000Z (over 2 years ago)
- Last Synced: 2025-03-02T17:34:51.761Z (over 1 year ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Scraping-Frontend
This project is designed to extract customer reviews of a specific product available on Flipkart using Python libraries and Angular. It involves scraping the Flipkart website to gather reviews and display them for analysis or other purposes.
## Features
Extracts customer reviews of a particular product from Flipkart.
Utilizes Python libraries for web scraping.
Integrates Angular for frontend display and user interaction.
## Requirements
Python 3.x
Angular
Python libraries:
BeautifulSoup
Requests
Other relevant libraries for web scraping
## setup
1.clone the repo.
2.install requirements.
3.nevigate to project directory and open cmd.
4.run command **'ng serve'**
5.Access the Angular app on your browser at **http://localhost:4200** to view the extracted reviews.
## Backend-API:
To access the backend code of this project nevigate to **https://github.com/ronakbediya310/Python-Web-Scraping-API.git**