/bartendro

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

This is a forked version of the original Bartendro software which 
supports the [Hello Drinkbot](https://www.facebook.com/groups/602734573508700) project

(the original hellodrinkbot.com domain was lost, and now appears to be a malware 
distribution vector)

# Quickstart for Hello Drinkbot fork



- git clone https://github.com/RichGibson/bartendro.git
- cd bartendro/ui
- #this requires python 2.7, for now. If you use Conda this works:
- conda create --name py27 python=2.7
- conda activate py27
- pip install -r requirements.txt
- cp bartendro.db.default bartendro.db
- sh ./start_bartendro.sh

Got to http://http://127.0.0.1:8080/

----

Programs for the various systems of the Bartendro drink dispensing robot.

Created by Pierre Michael and Robert Kaye
Copyright (c) Party Robotics 2010-2013

All of the source code in this repository is licensed under the GNU Public License 2.0.
The hardware schematic and layouts are licensed using the Creative Commons 
Attribution-ShareAlike 3.0 Unported license.

The source tree is laid out as follows:

hardware -- schematics and layouts for the dispenser and router hardware boards
firmware -- source code (C) for the dispenser and router boards
scripts  -- scripts to make running the bartendro software easier
tsb      -- legacy code from our old skool drink bot prototyp Tequila Sunrise Bot
ui       -- web interface for the bot, written in python.

These various subdirectories may contain more README and COPYING files.