文件名称:budgetbot:无摩擦的移动预算,由 SMS 驱动,由 Google Spreadsheets 提供支持
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-25 02:29:57
Python
预算机器人 无摩擦的移动预算,由 SMS 驱动,由 Google 电子表格提供支持。 一探究竟... 设置 git clone git@github.com:budgetbot/budgetbot.git pip install -r requirements.txt heroku apps:create mybudgetbotclone heroku config:set GSPREAD_AUTH_EMAIL="`cat email`" # https://gspread.readthedocs.org/en/latest/oauth2.html heroku config:set GSPREAD_AUTH_KEY="`cat key`" # https://gspread.readthedocs.org/en/latest/oauth2.html heroku config:s
【文件预览】:
budgetbot-master
----.gitignore(14B)
----README.md(1KB)
----Procfile(57B)
----src()
--------mybalancecheck()
--------flaskapp.py(2KB)
----requirements.txt(423B)