https://github.com/elliotwutingfeng/estonia-blocked-gambling-websites
Machine-readable .txt blocklist of unlicensed gambling websites blocked by the Estonian Tax and Customs Board.
https://github.com/elliotwutingfeng/estonia-blocked-gambling-websites
blocklist camelot dnsbl estonia gambling pfblockerng pihole python python3 scraper unlicensed
Last synced: about 2 months ago
JSON representation
Machine-readable .txt blocklist of unlicensed gambling websites blocked by the Estonian Tax and Customs Board.
- Host: GitHub
- URL: https://github.com/elliotwutingfeng/estonia-blocked-gambling-websites
- Owner: elliotwutingfeng
- License: bsd-3-clause
- Created: 2022-06-13T16:09:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T23:28:44.000Z (10 months ago)
- Last Synced: 2024-08-25T00:29:28.349Z (10 months ago)
- Topics: blocklist, camelot, dnsbl, estonia, gambling, pfblockerng, pihole, python, python3, scraper, unlicensed
- Language: Python
- Homepage:
- Size: 147 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Estonia Blocked Gambling Websites

[](LICENSE)
[](https://github.com/elliotwutingfeng/Estonia-Blocked-Gambling-Websites/actions/workflows/scraper.yml)The Estonian Tax and Customs Board blocks access to the [websites of gambling operators](https://www.emta.ee/ariklient/registreerimine-ettevotlus/hasartmangukorraldajale/blokeeritud-hasartmangu) whose services are available in Estonia but who do not have the required activity and organization license to operate in Estonia.
This repository provides the URLs of these websites as a machine-readable `.txt` blocklist compatible with firewall applications like [Pi-hole](https://pi-hole.net) and [pfBlockerNG](https://docs.netgate.com/pfsense/en/latest/packages/pfblocker.html).
The URLs in this blocklist are compiled by the **Estonian Tax and Customs Board**.
**Disclaimer:** _This project is not sponsored, endorsed, or otherwise affiliated with the Estonian Tax and Customs Board._
## Blocklist download
| File | Download |
|:-:|:-:|
| blocklist.txt | [:floppy_disk:](blocklist.txt?raw=true) |
| blocklist_ABP.txt | [:floppy_disk:](blocklist_ABP.txt?raw=true) |
| blocklist_UBO.txt | [:floppy_disk:](blocklist_UBO.txt?raw=true) |
| blocklist_UBL.txt | [:floppy_disk:](blocklist_UBL.txt?raw=true) |## Requirements
- Python 3.12+
## Setup instructions
`git clone` and `cd` into the project directory, then run the following
```bash
python3 -m venv venv
venv/bin/python3 -m pip install --upgrade pip
venv/bin/python3 -m pip install -r requirements.txt
```## Usage
```bash
venv/bin/python3 scraper.py
```
These files are provided "AS IS", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, arising from, out of or in connection with the files or the use of the files.
Any and all trademarks are the property of their respective owners.