文件名称:SupperFeed:将 Google 表单数据转换为格式化的食谱
文件大小:15KB
文件格式:ZIP
更新时间:2024-07-04 07:22:19
Python
超级饲料 将 Google 表单数据转换为格式化的食谱 安装 运行以下命令: sudo apt-get install mongodb-server mongodb mkdir ~/SupperFeed.env cd ~/SupperFeed.env virtualenv . . bin/activate pip install git+ssh://git@github.com/corydodt/SupperFeed.git spoon build 开始吃晚餐 运行以下命令: cd ~/SupperFeed.env; . bin/activate twistd -n web --class supperfeed.resource -p 8080 开机自动启动 源代码分发包括一个示例 upstart 脚本。 这可以在 doc/devops/upstart/supperfeed.con
【文件预览】:
SupperFeed-master
----setup.py(898B)
----.gitignore(561B)
----supperfeed()
--------templates()
--------__init__.py(85B)
--------spoon.py(595B)
--------server.py(4KB)
--------recipeschema.py(4KB)
--------build.py(3KB)
--------importer.py(952B)
--------sheets.py(1KB)
----requirements.txt(97B)
----LICENSE(1KB)
----doc()
--------bookmarklet.js(102B)
--------devops()
----.env(399B)
----appbin()
--------spoon(90B)
--------recipeschema(95B)
----README.md(860B)