ryderdamen / bell_ringing_server

A partial repository of the bell ringing server code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bell Ringing Server

This is a server I built to collect statistics from various apps and determine if a bell should ring or not.

Some Notes

  • I've used globals here because I don't want to set up a redis instance, and this app only runs 1 instance of itself
  • This repository has some functions missing from app.py - if you want to know why, send me a message
  • This repository also has an arduino component

About

A partial repository of the bell ringing server code.


Languages

Language:Python 70.4%Language:Makefile 24.4%Language:Dockerfile 5.3%