An open API service indexing awesome lists of open source software.

https://github.com/tufayellus/adgm.com-scraper-in-python

This is a python script designed to scrape the data of ADGM.com FSRA Public Register into excel file
https://github.com/tufayellus/adgm.com-scraper-in-python

Last synced: 3 months ago
JSON representation

This is a python script designed to scrape the data of ADGM.com FSRA Public Register into excel file

Awesome Lists containing this project

README

          

# Adgm.com Scraper In Python
This is a Python script designed to scrape the data of ADGM.com FSRA Public Register into Excel file

# How does it work?
This checks the website https://www.adgm.com/public-registers/fsra and scrapes the data shown in the table into an excel file.

# Requirements
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.