https://github.com/simonprickett/schooldelays
Determine if the school system is delayed (usually for snow)
https://github.com/simonprickett/schooldelays
python raspberry-pi
Last synced: 2 months ago
JSON representation
Determine if the school system is delayed (usually for snow)
- Host: GitHub
- URL: https://github.com/simonprickett/schooldelays
- Owner: simonprickett
- License: mit
- Created: 2015-01-06T02:07:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T16:51:56.000Z (about 11 years ago)
- Last Synced: 2025-04-03T21:33:38.614Z (about 1 year ago)
- Topics: python, raspberry-pi
- Language: Python
- Homepage: https://simonprickett.dev/
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
schooldelays
============
Determine if the school system is delayed (usually for snow). Working on this for Fairfax County schools in Virginia.
Work in progress. Need to see some delay examples!
Setup Environment
Raspberry Pi B+ with Raspian from the Raspberry Pi Foundation.
Some sort of internet connection.
```
sudo apt-get install libxslt-dev
sudo apt-get install libxml2-dev
sudo apt-get install python-pip
apt-get install python-dev
sudo pip install lxml
sudo pip install requests
sudo pip install schedule
sudo pip install unicornhat
```
Here's an example of the Unicorn Hat working on my Raspberry Pi B+, this
will be driven by this script in the near future...
https://www.youtube.com/watch?v=caxBljIjARE