🤬
37 lines | ISO-8859-1 | 1 KB

Folder with Sanctions and PEP lists parsers

source directory has raw sanction lists (e.g UN and OFAC)

parsed directory contains parced data

How to use

UN sanctions:

python sanctions/un_parser.py -i "/sanctions_and_peps/source/un.xml" -o "/sanctions_and_peps/parsed/un_parsed.csv"

RU BL PEPs:

The data are scraped from RuPEP

python sanctions_and_peps/ru_bl_peps_parser.py -o /sanctions_and_peps/parsed/ru_bl_peps_parsed.csv

All politicians:

The data are scraped from GitHub

python sanctions_and_peps/every_politician_parser.py -i /sanctions_and_peps/source/every_politician.json -o sanctions_and_peps/parsed/

The script will automatically scrape the data from the links in the original file what will approximately take 150mb on your disk

Navalny list:

The parsed data are taken from OCCRP

PS! If doesnt work, try the absolute path

Please wait...
Page is in error, reload to recover