LINE-RUB-LINE-JAI (รายรับ-รายจ่าย)
LINE Chatbot for recording my personal expenses and save to google sheet.
Typing command to LINE chatbot
รับ {จำนวนเงิน} {คำอธิบาย}for recording income.จ่าย {จำนวนเงิน} {คำอธิบาย}for recording expense.
- install ngrok and run
ngrok http 5000 - setup your LINE Developer for Messaging API.
- setup your Google Sheet and API on Google cloud console.
pip install requirements.txt- create
.envfile and put your key from LINE and Google like.env.example python main.py
- new "Web Service" and paste this repo link.
- environment add variable key
PYTHON_VERSIONvalue3.11.0 - add secret file with filename
.envand paste your content in.envfile. - build command:
pip install -r requirements.txt - start command:
gunicorn main:app