https://github.com/lurst/raspi-inky
Scripts to run on a raspberry pi with the Inky wHAT screen
https://github.com/lurst/raspi-inky
Last synced: 16 days ago
JSON representation
Scripts to run on a raspberry pi with the Inky wHAT screen
- Host: GitHub
- URL: https://github.com/lurst/raspi-inky
- Owner: LuRsT
- License: mit
- Created: 2019-05-19T18:29:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T20:34:59.000Z (over 6 years ago)
- Last Synced: 2025-01-19T17:31:09.920Z (12 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news.py
- License: LICENSE
Awesome Lists containing this project
README
# raspi-inky
Scripts to run on a raspberry pi with the Inky wHAT screen
## How to use
```
python paint.py --what news
```
The option "news" will scrape reuters and displays the top 10 news on the screen.
I have it on a cronjob so it runs every hour.
Like this (remember, it needs to be run by root (for now)):
```
0 * * * * python /path/to/script/paint.py --what news
```