https://github.com/netr0m/akt-bus-list
A python script written for DOT3k (Raspberry Pi) to get bus departure times for AKT (Agder Bus Company)
https://github.com/netr0m/akt-bus-list
display-o-tron3000 dot3k pimoroni python python3 raspberry-pi raspberrypi rpi
Last synced: 2 months ago
JSON representation
A python script written for DOT3k (Raspberry Pi) to get bus departure times for AKT (Agder Bus Company)
- Host: GitHub
- URL: https://github.com/netr0m/akt-bus-list
- Owner: netr0m
- License: gpl-3.0
- Created: 2017-03-16T12:10:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T09:00:34.000Z (over 9 years ago)
- Last Synced: 2025-04-06T22:47:49.484Z (about 1 year ago)
- Topics: display-o-tron3000, dot3k, pimoroni, python, python3, raspberry-pi, raspberrypi, rpi
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AKT real time bus departure display for the [Display-o-Tron 3000](https://github.com/pimoroni/dot3k)
**Developed by:** Morten Amundsen
This program is written in Python. If you have a DOT3K, you can use this to see a real time list of bus departures from a bus stop of your choice.
- To get started, you'll need to install the required dependencies on your RPi. Head over to [Pimoroni's GitHub](https://github.com/pimoroni/dot3k) to get started.
- After installing the required dependencies, clone this repository to your RPi, and you're set!
## Run this in a terminal, and you should be good to go
```sh
curl -sS get.pimoroni.com/displayotron | bash
```
*If you're having issues, try:*
```sh
sudo pip install dot3k
```
## If you want the menu to start automatically on boot, type the following in a terminal:
```sh
sudo crontab -e
@reboot sh /home/AKT-bus-list/launcher.sh >/home/pi/logs/cronlog 2>&1
```