Skip to content

einfache python backends schreiben mit python (Jugend hackt)

Notifications You must be signed in to change notification settings

kmille/webprogrammierung-mit-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

einfache python backends schreiben mit python (Jugend hackt)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published