Web Crawler with BeautifulSoup

Posted by : at

Category :


Description

This app scrape the price of the item in e-commerce site i.e amazon. After checking the price it check if the price is reduced, will send an email every 24 hrs

Installation

Clone the repository by executing this command in terminal/command

git clone [https://github.com/tjan90/Web-Crawler-with-BeautifulSoup.git](https://github.com/tjan90/Web-Crawler-with-BeautifulSoup.git)

open the folder and install the required libraries

cd Web-Crawler-with-BeautifulSoup
pip install requirements.txt
python main.py

Built With

  • Python 3.8
  • BeautifulSoup4
  • SMTP(Gmail) - You can also get up seprate app password for gmail.

Usage

Modify the credentials with you own. and

  • Email & Password
  • URL for required Item
  • Previous price( As this is static so you can further develop the app by using storage to store the previous value.)

Further Developement

I will be uploading another project that will be developed with selenium, which crawl through website and save the data. It will be and extension to this app.


About Tanveer Jan

Hi, my name is Tanveer Jan.

Star
Useful Links