Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 222 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 222 Bytes

GarIt LineBot

Getting started

$ virtualenv --no-site-packages --python=python3.4 env
$ . env/bin/activate
$ pip3 install -r requirements.txt

$ cp config.py.sample config.py
$ vi config.py

$ python3 app.py