Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 413 Bytes

File metadata and controls

30 lines (21 loc) · 413 Bytes

Backend

Prerequisites

Create virtual environment

python -m venv venv

Activate environment and install required python packages

. venv/bin/activate
pip install -r requirements.txt

Config

You have to copy the config.template.json to config.json and adjust it to your needs. (Twitter Credentials, ...)

Listener

./runListener.py

API (Webserver)

./runApi.py