International Transport Safety Bureau: centralizing every transport accident report into RSS feeds https://tilde.town/~lucidiot/itsb/
Go to file
Lucidiot 1022b7b2da
Add GUIDs and fix date handling on ATSB
2021-02-22 21:12:40 +01:00
bin SIA custom feeds, close #39 2021-02-07 22:25:27 +01:00
img SIA custom feeds, close #39 2021-02-07 22:25:27 +01:00
jq Add GUIDs and fix date handling on ATSB 2021-02-22 21:12:40 +01:00
.gitignore Add SAIA feeds, close #2 2020-07-19 16:12:29 +02:00
LICENSE ATSB feed generator 2019-12-14 11:01:03 +01:00
README.md Add logo 2020-07-26 13:27:32 +02:00
feedgen.sh I always forget to remove debugging stuff 2021-02-07 22:31:20 +01:00
index.html SIA custom feeds, close #39 2021-02-07 22:25:27 +01:00

README.md

itsb logo

international transport safety bureau

A project whose goal is to centralize accident reports and make them easier to access.

Setup

  • Install the following dependencies:
    • pup: go get github.com/ericchiang/pup
    • jq: sudo apt install jq
    • xmltodict: pip install xmltodict
  • Add bin/json2xml to your $PATH

Usage

Run feedgen.sh to build the RSS feeds. You can add this script to CRON to build the feeds regularly.