Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.1 KB

File metadata and controls

33 lines (25 loc) · 1.1 KB

einfache Backends mit python

  • Basics (Templates, auf GET-Parameter zugreifen)
  • lustige GIFs von giphypop
  • Zulip API

Installation

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python list-dir.py oder
python zulip-web.py

Konfiguration (wird vom zulip python Modul benötigt)

(venv) kmille@linbox webprogrammierung-flask master % /bin/cat ~/.zuliprc
[api]
email=Email-Adresse, die ich bei zulip hinterlegt habe
key=api key
site=https://community.jugendhackt.org

Links

Tipps