International Transport Safety Bureau: centralizing every transport accident report into RSS feeds https://tilde.town/~lucidiot/itsb/
Go to file
Lucidiot 890cf44cfc
ATSB feed generator
2019-12-14 11:01:03 +01:00
bin ATSB feed generator 2019-12-14 11:01:03 +01:00
jq ATSB feed generator 2019-12-14 11:01:03 +01:00
.gitignore ATSB feed generator 2019-12-14 11:01:03 +01:00
LICENSE ATSB feed generator 2019-12-14 11:01:03 +01:00
README.md ATSB feed generator 2019-12-14 11:01:03 +01:00
feedgen.sh ATSB feed generator 2019-12-14 11:01:03 +01:00

README.md

TODO: 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.