Fork of the FSFE tool mp-explore https://git.fsfe.org/mp-explore/
Find a file
2025-09-29 17:52:22 +02:00
LICENSES Relicense from AGPL-3.0-only to AGPL-3.0-or-later 2025-07-09 14:10:12 +02:00
mp_explore_apply_template Rename to MP-Explore 2025-07-22 11:06:34 +02:00
mp_explore_cli Further fixes 2025-07-23 15:54:06 +02:00
mp_explore_core Further fixes 2025-07-23 15:54:06 +02:00
mp_explore_export_csv Rename to MP-Explore 2025-07-22 11:06:34 +02:00
mp_explore_export_sqlite Rename to MP-Explore 2025-07-22 11:06:34 +02:00
mp_explore_filter Rename to MP-Explore 2025-07-22 11:06:34 +02:00
mp_explore_source_aarhus Rename to MP-Explore 2025-07-22 11:06:34 +02:00
mp_explore_source_bundestag Remove unnecessary location specifiers from surnames 2025-09-29 17:52:22 +02:00
mp_explore_source_euparl Further fixes 2025-07-23 15:54:06 +02:00
mp_explore_source_nrw Fixes 2025-07-22 12:20:36 +02:00
.gitignore Rename to MP-Explore 2025-07-22 11:06:34 +02:00
README.md Rename to MP-Explore 2025-07-22 11:06:34 +02:00
REUSE.toml Rename to MP-Explore 2025-07-22 11:06:34 +02:00

MP Explore

MP Explore is a tool that streamlines tailored communication with political representatives across Europe by collecting up-to-date professional information of MPs.

Usage

MP Explore is made up of several projects:

  • mp_explore_core, which defines the basic building blocks to create and run workflows/pipelines.
  • mp_explore_source_*, which defines the sources (e.g. Bundestag, EU Parliament)
  • mp_explore_export_*, which defines different ways to export the data (e.g. CSV, SQLite)

On top of those building blocks, there are projects such as MP Explore UI and MP Explore CLI that allow you to directly use these building blocks without having to code.

Using MP Explore CLI

First of all, you need to install MP Explore CLI:

$ python3 -m pip install mp_explore_cli

After installing MP Explore CLI, you need a Workflow. You can get some at the Library of Workflows.

With your workflow ready and MP Explore CLI installed, you can run the following:

$ python3 -m mp_explore_cli -w <path_to_workflow>

You might get a message like the following, prompting you to install some missing module. Only accept if you trust the module developers.

Module 'mp_explore_source_euparl' was not found. Would you like to install it now using pip? [y/N]: y