Skip to content

Latest commit

 

History

History

DachRoBot

Dachboden Logo

Der DachRoBot vom Dachboden

Installation

Install python dependencies

pip3 install python-telegram-bot --upgrade

Set environment variables

export DACHBODEN_KEY ""
export DACHKULTUR_CHAT_ID=""

Running the app

To start in the foreground

python3 dachrobot.py

To start in the background

./start.sh

To stop from the background

./stop.sh