Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 590 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 590 Bytes

Sunwoobot Logo

sunwoobot

🤖 선우봇 카카오 i 오픈빌더 챗봇

lazylet addcard lazylet mycards lazylet export

설치

python3 -m venv myvenv
source myvenv/bin/activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver 0.0.0.0:51000