https://github.com/jamct/raspi-newstext
Newsticker for Teletext
https://github.com/jamct/raspi-newstext
Last synced: about 1 year ago
JSON representation
Newsticker for Teletext
- Host: GitHub
- URL: https://github.com/jamct/raspi-newstext
- Owner: jamct
- License: mit
- Created: 2018-10-17T11:25:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T12:06:33.000Z (over 7 years ago)
- Last Synced: 2025-02-08T14:44:57.316Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspi-newstext
Newsticker for Teletext on Raspberry Pi. Uses RSS-Feed to load newsticker from [heise online](https://heise.de).
## Getting started
* Install [VBit2 by peterkvt](https://github.com/peterkvt80/vbit2)
Run following commands to start virtualenv and load news:
```plaintext
git clone https://github.com/jamct/raspi-newstext
python3 -m venv ~/raspi-newstext
source ~/raspi-newstext/bin/activate
pip install -r requirements.txt
python getheise.py
```
This script will generate Index File P100.tti in /home/pi/teletext. Run vbit2 to watch it in action.
## Documentation
This project is part of an article from c't magazine: [Teleticker](https://ct.de/yw46)