Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.91 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.91 KB

PDPU-Mess Menu Scraping

followers GitHub repo size last-commit repo-size

This python program scraps daily menu of mess in PDPU & send the menu as Whatsapp message.

Code

  • Sometimes the menu is not updated on the website, so we don't want that menu to be fetched.
    The below-given function do this task, it checks whether the today's date matches with the date of the menu on the website.

dateCheck


  • After conforming that the menu is upddated on the website this fetchMenu function fetches the menu meal wise and stores every item into a dictionary.

fetchMenu


  • sendMenu function will send the menu to a specified user or a group in Whatsapp for that the user is required to scan the QR-code of Whatsapp-web.

sendMenu


New features to be included

  • A feature to store favourite food-items
  • Reminder in Google-Calender if a user's favourite food is on the menu
  • Whatsapp message => Text message
  • Meal wise text messages

Suggestions are welcome