{"id":19564470,"url":"https://github.com/u8slvn/transilienwatcher","last_synced_at":"2026-05-15T04:33:13.367Z","repository":{"id":110463063,"uuid":"114119328","full_name":"u8slvn/transilienwatcher","owner":"u8slvn","description":"Transilien (parisian public transport) timetables on LCD display.","archived":false,"fork":false,"pushed_at":"2023-07-27T14:51:54.000Z","size":244,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T04:12:34.290Z","etag":null,"topics":["paris","public-transport","python","raspberry-pi","ratp","rer","timetables","transilien"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/u8slvn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-13T12:41:16.000Z","updated_at":"2023-09-03T19:31:40.000Z","dependencies_parsed_at":"2023-12-24T05:29:18.983Z","dependency_job_id":null,"html_url":"https://github.com/u8slvn/transilienwatcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8slvn%2Ftransilienwatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8slvn%2Ftransilienwatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8slvn%2Ftransilienwatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u8slvn%2Ftransilienwatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/u8slvn","download_url":"https://codeload.github.com/u8slvn/transilienwatcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240823422,"owners_count":19863434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["paris","public-transport","python","raspberry-pi","ratp","rer","timetables","transilien"],"created_at":"2024-11-11T05:22:10.266Z","updated_at":"2026-05-15T04:33:08.342Z","avatar_url":"https://github.com/u8slvn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TransilienWatcher\n\n[![CI](https://github.com/u8slvn/transilienwatcher/actions/workflows/ci.yml/badge.svg)](https://github.com/u8slvn/transilienwatcher/actions/workflows/ci.yml)\n[![Coverage Status](https://coveralls.io/repos/github/u8slvn/transilienwatcher/badge.svg)](https://coveralls.io/github/u8slvn/transilienwatcher)\n![Python version](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue)\n![Raspberry Pi](https://img.shields.io/badge/Raspberry%20Pi-Zero%20W%20%7C%203%20B%2B-c51A4A?logo=raspberry-pi)\n[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n## Setup Raspberry PI\n\n```shell\n$ sudo apt update\n$ sudo apt upgrade\n$ sudo apt install git\n$ sudo apt install i2c-tools\n$ sudo apt install python3-pip\n$ pip3 install --upgrade pip\n$ rpi-update\n$ sudo reboot\n```\n\nAfter reboot:\n\n```shell\n$ sudo raspi-config\n```\n\nSelect `3 Interface Options` \u003e `P5 I2C` \u003e `Yes` \u003e `Ok` \u003e `Finish` \n\n## Install TransilienWatcher\n\n```shell\n$ pip install git+https://github.com/u8slvn/transilienwatcher.git#egg=transilienwatcher\nexport PATH=/home/pi/.local/bin:$PATH\n```\n\n## Configuration\n\n```shell\n$ transiliwatcher-init\n$ vim ~/transilienwatcher/config.py\n```\n\n```xml\ntransilien:\n  stations:\n    departure: '00000000'\n    arrival: '00000000'\n  credentials:\n    username: 'username'\n    password: 'password'\nrefresh_time: 60\ndisplay:\n  type: 'lcd_i2c'\n  lcd:\n    columns: 16\n    rows: 2\n```\n\n## Start TransilienWatcher\n\n```shell\n$ transilienwatcher start\n$ transilienwatcher status\n```\n\nLog file is available in `~/transilienwatcher/transilienwatcher.log`.\n\nStop the app:\n\n```shell\n$ translienwatcher stop\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu8slvn%2Ftransilienwatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fu8slvn%2Ftransilienwatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu8slvn%2Ftransilienwatcher/lists"}