Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.52 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.52 KB

Free Music @ Esplanade News

Esplanade News Scrapper

free mUSIC

Inspiration

My partner and I are both musicians and we love attending music performances together. The Esplanade Singapore frequently organises free music performances and we thought it will be great if we can get notifications of any new upcoming performances as soon as possible since some performances require registration and tickets might be snapped up fast!

Project Description

1. Web Scraping

  • I built a web scraping script that scrapes all "free" performances at the esplanade and saved it in a database. The script is written in Python and uses Selenium.

new_esplanade

2. Telegram Bot

  • I built a telegram bot that takes in the newly scraped data and compares with the past data stored in the database. The bot will return only those newly added performances under the "MUSIC" category. screenshot

3. Deployment