All Projects → wujiyu115 → Meican

wujiyu115 / Meican

美餐自动订餐

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Meican

Testssl.sh
Testing TLS/SSL encryption anywhere on any port
Stars: ✭ 5,676 (+20922.22%)
Mutual labels:  robot
Robotgo
RobotGo, Go Native cross-platform GUI automation @vcaesar
Stars: ✭ 7,095 (+26177.78%)
Mutual labels:  robot
Slackbot Destroyer
📣 ❌ Slack integration that can destroy all incoming messages from Slackbot.
Stars: ✭ 23 (-14.81%)
Mutual labels:  robot
Vue Chat
📲 A web chat application. Vue + node(koa2) + Mysql + socket.io
Stars: ✭ 617 (+2185.19%)
Mutual labels:  robot
Derek
Reduce maintainer fatigue by automating GitHub
Stars: ✭ 714 (+2544.44%)
Mutual labels:  robot
Cq Picsearcher Bot
🤖 基于 saucenao / ascii2d / whatanime 的搜图机器人
Stars: ✭ 830 (+2974.07%)
Mutual labels:  robot
Itchat
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
Stars: ✭ 21,935 (+81140.74%)
Mutual labels:  robot
Os
This is the software framework for an OPSORO robot, to be used in conjunction with Ono2 or OPSORO grid and OPSOROHAT.
Stars: ✭ 11 (-59.26%)
Mutual labels:  robot
Puloversmacrocreator
Automation Utility - Recorder & Script Generator
Stars: ✭ 803 (+2874.07%)
Mutual labels:  robot
Plen 3dmodel fusion360
PLEN2's 3D model data implemented by Autodesk Fusion 360.
Stars: ✭ 24 (-11.11%)
Mutual labels:  robot
Mvision
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
Stars: ✭ 6,140 (+22640.74%)
Mutual labels:  robot
Rex Gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Stars: ✭ 684 (+2433.33%)
Mutual labels:  robot
Fourth robot pkg
4号機(KIT-C4)用リポジトリ
Stars: ✭ 7 (-74.07%)
Mutual labels:  robot
Hexapod Robot Simulator
A hexapod robot simulator built from first principles
Stars: ✭ 577 (+2037.04%)
Mutual labels:  robot
Newbe.mahua.framework
本SDK为实现QQ机器人平台的大一统,支持多种机器人平台:酷Q、MyPCQQ、QQLight等
Stars: ✭ 849 (+3044.44%)
Mutual labels:  robot
Thor
DIY 3D Printable Robotic Arm
Stars: ✭ 556 (+1959.26%)
Mutual labels:  robot
Open Source Rover
A build-it-yourself, 6-wheel rover based on the rovers on Mars!
Stars: ✭ 6,903 (+25466.67%)
Mutual labels:  robot
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+3088.89%)
Mutual labels:  robot
Sertain
🤖 Write more for your robot with less
Stars: ✭ 11 (-59.26%)
Mutual labels:  robot
Upboard ros
ROS nodes for upboard usage
Stars: ✭ 22 (-18.52%)
Mutual labels:  robot

INTRO

美餐自动订餐,完善了一下 hui-z 的逻辑

运行图

  • 在截止订餐时间前多少分钟自动订餐
  • 如果有快捷订餐则进行快捷订餐,否则选择第一家可定餐厅定餐.
  • 订餐区分配菜和主食(大于企业设定总价十分之六的判定为主食)

运行

  • start.bat :运行
  • gen_startup.bat :加入开机运行

配置

配置在cfg/config.conf目录下

#关闭订餐前多少分开始自动订餐
ahead_min = 10
#周几订餐1-7代表周一到周日
order_week = 1,2,3,4,5
#是否订同事常订的餐 true,false
other_recommend = false
#忽略的菜品关键字
ignore_dish = 韩国泡菜,烧鸭

开发

pip install -r requirements.txt

需知

为了在其他电脑上也可以运行,我把python环镜便携安装到了项目目录重命令为py,python的便携安装很简单,只要在安装时选择Install just for me 就会把dll等依赖也安装在python目录下

build.bat

  • 需先便携化python在本项目重命名为py
  • 依赖7z压缩
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].