Skip to content

Mushtaq123/pi-feeder

 
 

Repository files navigation

Pi Feeder

Welcome, this is the code for my WIP Raspberry Pi powered pet feeder.

Dependencies

Install dependencies using pip, preferably pip3 since this server needs to be run with Python 3.

  • Flask
  • sqlite3
  • gpiozero
  • bcrypt
  • tzlocal
  • dateutil
  • time_uuid

Running

To run the server:

$ python server.py

If python won't impliclty use python3, you should run it with python3 server.py.

This will run the HTTP server, create an admin account, and do any other required initial setup.

About

My WIP Raspberry Pi auto pet feeder system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.1%
  • JavaScript 32.0%
  • Python 9.9%