Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 460 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 460 Bytes

Fox-Dono Fox-Dono

Fox-Dono is a very special fox, who keeps track of when meetings are, who is attending, and lets everyone know. Foxes are problem solvers, and guides. ありがとう ございます きつねーどの.

Setup

You'll need Python 3.6 or later installed to run the server. To install the required libraries:

pip install -Ur requirements.txt

Running

export QUART_APP=foxdono:app
quart run -p 8000