An open API service indexing awesome lists of open source software.

https://github.com/nicolasbizzozzero/rosies-bar

Automatic dog feeder in a portable Docker image.
https://github.com/nicolasbizzozzero/rosies-bar

automation docker-image dog homelab-automation python raspberry-pi

Last synced: 4 months ago
JSON representation

Automatic dog feeder in a portable Docker image.

Awesome Lists containing this project

README

        

# Rosie's Bar 🐕
Automatic dog feeder in a portable Docker image.



## Description
Automatically dispense food for your animal at different given hours of the day.
This software is designed to be dumped as a Docker image into a Raspberry connected to a motor Controler. All hardware-related setup and plans are currently not available on the repository.

# Installation
```shell
git clone https://github.com/NicolasBizzozzero/Rosies-Bar
```

# Running
```shell
./script/docker_build.sh
./script/docker_run.sh
```

# FAQ
* What happens if a croquette is stuck between the motor ?
* We specifically chose a motor strong enough to break the croquette if that happens.

# Acknowledgments
Thank you to my good friend Guillaume Emery for setting-up this project with me and to make it happen.