项目作者: Papagoat

项目描述 :
Robotic Pizza Automation with Robotic Process Automation
高级语言: Shell
项目地址: git://github.com/Papagoat/robotic-pizza-automation.git
创建时间: 2019-07-03T08:53:33Z
项目社区:https://github.com/Papagoat/robotic-pizza-automation

开源协议:MIT License

下载


robotic-pizza-automation

Robotic Pizza Automation with Robotic Process Automation

All credits to @kensoh

Setup Instructions

TagUI setup

Visual Automation

  1. Check that Java JDK 64-bit is installed (entering java -version returns your Java version)
  2. Download sikulix.jar and save it into src/sikulix folder. You need this to interact with desktop applications.

Usage

  1. copy the files into /tagui/src folder and cd into /tagui/src
  2. Replace your Dominos login details.
  3. Replace the email details with your own if you wish to send email notifications.
  4. Replace Pushed app_key and app_secret if you wish to send Pushed notifications.
  5. Run the following code in the command line.
  1. $ ./tagui robotic-pizza-automation
  1. Alternatively, create a bash script(MacOS) or batch script(Windows) to run the code.

TagUI can be run with various command line options.

If everything goes well, you should be able to order pizza right away!

License

MIT License

Copyright (c) [2019] [Terence Lucas Yap]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.