记账bot
克隆本仓库
git clone https://github.com/SonodaHanami/BillingBot.git
cd BillingBot复制一份配置文件并修改
cp default-config.py config.py安装screen
apt install screen创建一个新的screen
screen -S billing在screen中运行
python3 -u run.py使用组合键Ctrl-a d离开screen
再次回到这个screen
screen -r billing