Skip to content

hank418/CountingRent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CountingRent

Installation

python3 虛擬機環境

$ apt-get install python3 python3-pip
$ pip3 install virtualenv

line-bot-sdk

$ virtualenv -p python3 <envName>
$ source <envName>/bin/activate
$ pip3 install line-bot-sdk

Setup

$ vim secure.key

secure.key

{ "Channel Access Token": "", "Channel Secret": "", "Database Path":"/path/of/database" }

Usage

你可以用 'help' 印出本訊息

  • 📌 '本月'
    • <本月 xx度>
      • 更新本月電度數
    • <本月>
      • 印出本月房租
  • 📌 '更新'
    • <更新 本月 xx度>
    • <更新 上月 xx度>
    • <更新 x月 xx度>
      • 更新之前月份的度數

About

計算房租的包租婆

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages