Skip to content

tokyokit/daniel

Repository files navigation

Daniel

Daniel is a slack bot on Tokyokit.

Requirements

create dev environ

clone from git

git clone https://github.com/tokyokit/daniel

install requirements

cd daniel
cp src/settings.py.sample src/settings.py
edit src/settings.py
pip install -r requirements.txt -t lib
pip install -e . -t lib

Run this project locally from the command line:

dev_appserver.py .

Visit the application http://localhost:8080

Run pytest

python lib/pytest.py tests

Deploy

cp app.yaml.sample app.yaml
edit app.yaml
appcfg.py update .

About

Slack bot on GoogleAppEngine/Py

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published