KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
meican
★ 23
Open GitHub ↗
美餐自动订餐
Download README (.md)
Explore Similar Repositories
acidrain
:
2AD analysis prototype and logs from sample applications
serverless-dynalite
:
Serverless plugin to run Dynalite locally (No JVM needed!) to handle DynamoDB development. Can watch for table config changes.
RSpapers
:
推荐系统论文
HeaderCollapsibleLayout
:
A wrapper layout that can easily split your current layout into header and body, and provides smooth header collapsing action with related event callbacks.
future-imperfect
:
Jekyll Theme Future Imperfect
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
meican
?
Download (.md)
# INTRO 美餐自动订餐,完善了一下 [hui-z](https://github.com/hui-z/mcm) 的逻辑  + 在截止订餐时间前多少分钟自动订餐 + 如果有快捷订餐则进行快捷订餐,否则选择第一家可定餐厅定餐. + 订餐区分配菜和主食(大于企业设定总价十分之六的判定为主食) # 运行 + start.bat :运行 + gen_startup.bat :加入开机运行 # 配置 配置在`cfg/config.conf`目录下 ```shell #关闭订餐前多少分开始自动订餐 ahead_min = 10 #周几订餐1-7代表周一到周日 order_week = 1,2,3,4,5 #是否订同事常订的餐 true,false other_recommend = false #忽略的菜品关键字 ignore_dish = 韩国泡菜,烧鸭 ``` # 开发 ```shell pip install -r requirements.txt ``` # 需知 为了在其他电脑上也可以运行,我把`python`环镜便携安装到了项目目录重命令为`py`,`python`的便携安装很简单,只要在安装时选择`Install just for me` 就会把`dll`等依赖也安装在`python`目录下 # build.bat + 需先便携化`python`在本项目重命名为`py` + 依赖`7z`压缩