Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 543 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 543 Bytes

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}'