A telegram bot that sends hourly live WBGT updates into any telegram channel between 0700H to 1900H. (Data taken from https://www.wbgt.sg/) The frequency of the message, time period and telegram channel can be adjusted according to user preferences.
Raw data from the website is first parsed into CSV format for easier retrieval of data using the Pandas library
Keep Alive function is used to ensure script runs 24/7 on any online codebase such as replit