My python mini project (5th sem) Instructions for running the script:
-
Copy the project folder i.e. ONLINE PRODUCT MONITORING SYSTEM into the system
-
Make sure you have the following libraries installed: beautiful soup, requests, schedule, matplotlib, datetime, smtplib. If you do not have one or more of them installed, either download them or download pip and use pip to install them (type 'pip install ' in cmd)
-
Both files load_data1.py and web_scrape1.py should be in the same directory
-
Make sure that the system is connected to the internet
-
Open load_data1.py with IDLE 3.x
6.in line number 88 of web_scrape1.py, add your own Gmail ID and password
-
in line number 89 of web_scrape1.py, the format of mail.sendmail is (sender, receiver, content). Here, you must add your gmail ID as the sender and receiver is any Gmail ID you please.
-
Run the module