Skip to content

Comparison of German plenar protocols and politician tweets

Notifications You must be signed in to change notification settings

JakobLangenbahn/amca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMCA

This project compares the communication of German politicians on Twitter and in the German Federal Parlament.

Setup database from open discourse

We setup the plenary protocoll database from open discourse. It is already preprocessed.

First step is to download and setup Docker from here.

Login GitHub for Docker access docker login docker.pkg.github.com

Then download the needed data docker pull docker.pkg.github.com/open-discourse/open-discourse/database:latest

Run database docker run --env POSTGRES_USER=postgres --env POSTGRES_DB=postgres --env POSTGRES_PASSWORD=postgres -p 5432:5432 -d docker.pkg.github.com/open-discourse/open-discourse/database