Dealsea Scraper is a Python web scraping project I was assigned at Houston Community College. I used BeautifulSoup4 for the webpage processing, Twilio API for SMS and Mailgun API for email functionality. The instruction are bellow
- Write your project proposal (include: introduction, methodologies and timeline)
- Get web contents using Python web file read method.
- Processing words in the text file you get from website using Python string objects methods.
- Output should be in certain format (for example: deal name, vendor, link, deal content)
- Send deal by email (5 bounce points)
- Display deals details from linked page (15 bonus points)
- Insert deal to SQL Server database (5 bonus points)
- Send deal by text message (10 bonus points)
I was able to complete all the objectives and demonstrate live to the classroom all the features working. The source code is available on my Github.