Skip to content

Displays UK Parliament annunciator messages on an Inky pHAT

License

Notifications You must be signed in to change notification settings

Leftorium/inky-annunciator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inky Annunciator

Lint

Takes data from the annunciator API, in order to display it on an Inky pHAT.

Crontab

To run the script in the background at boot add the following to crontab

@reboot /usr/bin/python3 /home/pi/inky-annunicator/script.py &

And then rerun the script every minute to catch the new messages:

* * * * * /usr/bin/python3 /home/pi/inky-annunicator/script.py

Flake8

Flake8 is run against code pushed to master using this GitHub Action by suo: flake8-github-action

About

Displays UK Parliament annunciator messages on an Inky pHAT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages