using python to get the website data and push Line Notify message accordingly
In this project, I use python to parse HTML file to get the number of available seat(s) for the course. Also, it uses the Line Notify API which will send the message to Line if there is avaible seat at the time.
Key take aways:
- parse HTML using BeautifulSoup4
- integrate Line Notify API (https://notify-bot.line.me/en/)
- deploy on Heroku and use scheduler to automate the process.
Alfred Lin - astlin@umd.edu