{"id":16803241,"url":"https://github.com/sjmulder/nostt","last_synced_at":"2025-03-17T03:31:15.274Z","repository":{"id":136507330,"uuid":"123045839","full_name":"sjmulder/nostt","owner":"sjmulder","description":"Command line NOS Teletekst reader","archived":true,"fork":false,"pushed_at":"2024-12-20T21:28:39.000Z","size":103,"stargazers_count":23,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-01T05:28:42.702Z","etag":null,"topics":["c","cli","teletext","unix","windows"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sjmulder.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-02-26T23:45:16.000Z","updated_at":"2024-12-29T17:43:46.000Z","dependencies_parsed_at":"2024-07-21T00:22:54.314Z","dependency_job_id":null,"html_url":"https://github.com/sjmulder/nostt","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmulder%2Fnostt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmulder%2Fnostt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmulder%2Fnostt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmulder%2Fnostt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjmulder","download_url":"https://codeload.github.com/sjmulder/nostt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243968856,"owners_count":20376459,"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":["c","cli","teletext","unix","windows"],"created_at":"2024-10-13T09:42:08.161Z","updated_at":"2025-03-17T03:31:15.268Z","avatar_url":"https://github.com/sjmulder.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository has **moved** to:\n\nhttps://codeberg.org/sjmulder/nostt\n\nThe GitHub repository will be deleted in time.\n___\n\nnostt\n=====\n(Ook in het [Nederlands](README.nl.md))\n\nCommand line NOS Teletekst reader for Unix-likes and Windows. Supports\ncolor and has an interactive mode.\n\n**nostt** [*page*]\n\n    $ nostt 102\n                          NOS Teletekst 102 \n           N O S   B I N N E N L A N D      \n                                            \n     KNSB:woensdag marathon op natuurijs 104\n     Discriminatiecursus uitzendbranche. 105\n                                            \n     Trouwen in gemeenschap goedkoper... 106\n     Media geweerd bij oorlogsherdenking 107\n                                            \n     Baby Hannah terecht en ongedeerd... 108\n     Lichaam vermiste Orlando gevonden.. 109\n                                            \n     Politiemol Mark M. meldt zich...... 110\n     16-jarige vast voor liquidaties.... 111\n                                            \n     Mies Bouwman (88) overleden........ 112\n     \"Koningin van de tv overleden\"..... 113\n     Nederlandse olympiers gehuldigd.... 114\n    %%%%%%%%%%%%%% kort nieuws%%%%%%%%%%%%%%\n     Treinverkeer A'dam kort ontregeld.. 121\n     Vogelgriep op bedrijf in Groningen. 121\n     Meisje mishandeld om hoofddoek..... 122\n     Nederlandse skier (50) verongelukt. 122\n       ticker 199              politie 147  \n                          NOS Teletekst 102 \n\nDescription\n-----------\nDisplays the requested [NOS Teletekst](https://nos.nl/teletekst) page on\nthe command line. Pages are identified by a three-digit number\noptionally followed by a subpage, for example 100 or 302-2. All subpages\nare printed if not specified.\n\nIf no *page* argument is given, nostt runs interactively.\n\nSee the manual page for more details: `man nostt`.\n\nKnown issues\n------------\nTeletext's 6-cell (2x3) block characters are displayed as % characters\nas they cannot be accurately reproduced in a terinal without special\nfonts.  (The NOS viewer and API uses a custom font with these characters\nin the \"private use\" 0xF000 Unicode range.)\n\nColor output is disabled by default in MinTTY on Windows. This is\nbecause MinTTY redirects standard output. Set `CLICOLOR_FORCE` to 1 to\nforce color output: `env CLICOLOR_FORCE=1 nostt`\n\nInstallation\n------------\nShould work on Windows and any Unix, including Linux and macOS.\n\n**macOS** with [Homebrew](https://brew.sh) from\n[my tap](https://github.com/sjmulder/homebrew-tap):\n\n    brew install sjmulder/tap/nostt\n\n**NetBSD** (and more, using [pkgsrc](https://pkgsrc.org)):\n\n    pkg_add nostt\n\n**FreeBSD**:\n\n    pkg install nostt\n\nFrom **source**:\n\n 1. Download and extract the source code of the\n    [latest release](https://github.com/sjmulder/nostt/releases).\n\n 2. Install the dependencies, e.g. on Debian or Ubuntu:\n\n        sudo apt install build-essential libcurl4-openssl-dev libjson-c-dev\n\n 3. In the source directory:\n\n        make\n        sudo make install\n\n    See the Makefile for more options. Uninstall with\n    `sudo make uninstall`.\n\nBuilding on Windows is supported through\n[MinGW](http://mingw-w64.org/doku.php). A CMake build file is also\nincluded for convenience.\n\nAuthors\n-------\nSijmen J. Mulder (\u003cik@sjmulder.nl\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjmulder%2Fnostt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjmulder%2Fnostt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjmulder%2Fnostt/lists"}