Skip to content

decarbnow/backend-dev-python

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published