/PRLightBoard

Python project to display pull requests on Raspberry Pi Unicorn HAT LED display

Primary LanguagePython

PRLightBoard

A Python project to retrieve pull requests from Azure DevOps and display them on a Raspberry Pi Unicorn HAT HD LED display.

Status

Pre-alpha

Getting Started

You will need to obtain a personal access token for your Azure DevOps account and know the URL for your Azure DevOps organization.

personal_access_token = '{your_personal_access_token}'
organization_url = '{your_organization_url}'