https://github.com/pisugar/sugar-github-display
跟踪显示github项目数据的小Demo
https://github.com/pisugar/sugar-github-display
Last synced: about 1 year ago
JSON representation
跟踪显示github项目数据的小Demo
- Host: GitHub
- URL: https://github.com/pisugar/sugar-github-display
- Owner: PiSugar
- License: gpl-3.0
- Created: 2019-02-01T06:56:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T06:31:20.000Z (over 7 years ago)
- Last Synced: 2025-04-05T18:58:44.372Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 223 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## sugar-github-display
跟踪显示github项目数据的小Demo。每10秒钟会刷新一次数据。
硬件: Raspberry Pi 0W + Waveshare 1.3inch_LCD_HAT + PiSugar 900mah。
外壳: PiSugar Case + 1.3inch_lcd_cap
在运行demo前,请先安装屏幕相关软件,请参考: https://gist.github.com/JdaieLin/9c38e0cc4c57247db505d8577d1bda79
运行Demo:
```
git clone https://github.com/PiSugar/sugar-github-display.git
cd sugar-github-display
# 按照项目url开启跟踪显示
sudo python3 main.py https://github.com/PiSugar/sugar-github-display
```