Deliverables of the i-group at the BIPROGY hackathon
- You should get line notify and Kintone API keys
- You set Line API key in config/line.txt and Kintone API token in app.py var name is api_token
- If you run this program in your local computer, you have to use this program in __name__
socketio.run(app, debug=True, port=8000)- You prepare your virtual env
- Install Python library in virtual env
pip install -r requirements.txt- Run app.py
python app.py- Enter Web site for example 127.0.0.1:8000