elliotwutingfeng / GovSGTrustedSites

Generate a machine-readable .txt allowlist of trusted site URLs from the Government of Singapore (https://www.gov.sg/trusted-sites) website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Government of Singapore Trusted Sites

Python AIOHTTP GitHub Actions

GitHub license

Generate a machine-readable .txt allowlist of trusted site URLs from the Government of Singapore website.

Disclaimer: This project is not sponsored, endorsed, or otherwise affiliated with the Government of Singapore.

Requirements

  • Python 3.10+

Setup instructions

git clone and cd into the project directory, then run the following

python3 -m venv venv
venv/bin/python3 -m pip install --upgrade pip
venv/bin/python3 -m pip install -r requirements.txt

Usage

venv/bin/python3 scraper.py

Libraries/Frameworks used

About

Generate a machine-readable .txt allowlist of trusted site URLs from the Government of Singapore (https://www.gov.sg/trusted-sites) website.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%