Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srikanth-kandi/product-pricing-chatbot
Vegetables and Fruits pricing ChatBot using Web Scraping
https://github.com/srikanth-kandi/product-pricing-chatbot
bootstrap5 css-flexbox flask html5 javascript webscraping
Last synced: 27 days ago
JSON representation
Vegetables and Fruits pricing ChatBot using Web Scraping
- Host: GitHub
- URL: https://github.com/srikanth-kandi/product-pricing-chatbot
- Owner: srikanth-kandi
- License: mit
- Created: 2023-08-15T12:29:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T17:00:57.000Z (about 1 year ago)
- Last Synced: 2024-10-28T03:18:29.088Z (2 months ago)
- Topics: bootstrap5, css-flexbox, flask, html5, javascript, webscraping
- Language: JavaScript
- Homepage: https://chatbot.srikanthkandi.me
- Size: 5.08 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Vegetables and Fruits pricing ChatBot using Web Scraping
Web scraping is the process of automatically extracting information from websites. It involves fetching web pages, parsing their content, and extracting relevant data for further analysis or use.
Python is a popular programming language for web scraping due to its robust libraries and ease of use.## Libraries used in python:
There are several libraries in Python that are commonly used for web scraping.
1. Beautiful Soup: A powerful library for parsing HTML and XML documents.
2. Requests: A library for making HTTP requests and handling responses.## Install Required Libraries:
Install the necessary libraries using pip. For example, to install Beautiful Soup and Requests use the following command
```python
pip install beautifulsoup4 requests
```## Send HTTP Requests:
Use the requests library to send an HTTP GET request to the URL of the webpage you want to scrape.
Here we used the website "https://market.todaypricerates.com/Andhra-Pradesh-vegetables-price" to scrap the different vegetables and Fruits Price.