Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 362 Bytes

README.mkd

File metadata and controls

15 lines (11 loc) · 362 Bytes

skypebot

django-skypehub を使ったskypebotのメモ Apache License 2.0

setup and run

git clone https://github.com/tanacasino/skypebot.git
cd skypebot
virtualenv --distribute --no-site-packages pyenv
source pyenv/bin/activate
pip install Django django-skypehub Skype4py
python manage.py syncdb
python manage.py runskypebot