This is a Python script designed to scrape the data of ADGM.com FSRA Public Register into Excel file
This checks the website https://www.adgm.com/public-registers/fsra and scrapes the data shown in the table into an excel file.
Install Python with add to path enabled and then open the terminal to install the library using the command below:
pip install requests bs4
Then run the script and it will monitor the website. Before running it, configure the telegram bot API key and chat ID on top of the Python script.