mantono / opensanctions

An open database of persons of interest and politically exposed persons

Home Page:https://docs.alephdata.org/data-commons/sanctions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSanctions.org

This repository contains the home page for OpenSanctions.org, an open-source repository of sanctions data, politically exposed persons, and other entities of interest.

The scrapers are executed using memorious, a scraping framework.

OpenSanctions.org is generated using Jekyll, and hosted on GitHub pages. Please feel free to submit pull requests for any suggested improvements.

Data sources

We collect data sources for this project here. Please feel free to contribute and to add possible sources or scrapers.

Running

  1. Bring up the services:

     docker-compose up
    
  2. Open a shell in the worker container:

     docker-compose exec worker sh
    
  3. Run a crawler:

     memorious run un_sc_sanctions
    
  4. Export to CSVs:

     balkhash iterate -d un_sc_sanctions | ftm export-csv
    

About

An open database of persons of interest and politically exposed persons

https://docs.alephdata.org/data-commons/sanctions

License:MIT License


Languages

Language:Python 99.2%Language:Dockerfile 0.6%Language:Makefile 0.2%