https://github.com/elliotwutingfeng/masregulatedfinancialinstitutions
Generate a machine-readable .txt allowlist of websites belonging to financial institutions regulated by the Monetary Authority of Singapore (MAS).
https://github.com/elliotwutingfeng/masregulatedfinancialinstitutions
allowlist banking capital-markets dnsbl financial financial-advisory financial-institutions go golang institution insurance licence monetary-authority-of-singapore payments pfblockerng pihole singapore singapore-government
Last synced: 5 months ago
JSON representation
Generate a machine-readable .txt allowlist of websites belonging to financial institutions regulated by the Monetary Authority of Singapore (MAS).
- Host: GitHub
- URL: https://github.com/elliotwutingfeng/masregulatedfinancialinstitutions
- Owner: elliotwutingfeng
- License: bsd-3-clause
- Created: 2022-04-10T15:26:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T07:31:58.000Z (over 2 years ago)
- Last Synced: 2025-01-28T15:49:29.480Z (over 1 year ago)
- Topics: allowlist, banking, capital-markets, dnsbl, financial, financial-advisory, financial-institutions, go, golang, institution, insurance, licence, monetary-authority-of-singapore, payments, pfblockerng, pihole, singapore, singapore-government
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MAS-regulated Financial Institutions


[](LICENSE)
[](https://goreportcard.com/report/github.com/elliotwutingfeng/MASRegulatedFinancialInstitutions)
Generate a machine-readable `.txt` allowlist of websites belonging to financial institutions regulated by the [Monetary Authority of Singapore (MAS)](https://eservices.mas.gov.sg/fid/institution).
**Disclaimer:** _This project is not sponsored, endorsed, or otherwise affiliated with the Monetary Authority of Singapore._
## Requirements
- Go >= 1.18
## Setup instructions
`git clone` and `cd` into the project directory, then run the following
```bash
go mod init dummy && go mod tidy
```
## Usage
```bash
go run scraper.go
```
## Libraries/Frameworks used
- [fasttld](https://github.com/elliotwutingfeng/go-fasttld)
- [soup](https://github.com/anaskhan96/soup)