A small python script to convert the RSS feeds listed in https://github.com/foorilla/allinfosecnews_sources and convert them to OPML for easy importing to an RSS reader
- clone https://github.com/foorilla/allinfosecnews_sources somewhere
- clone this repo in a different place
- from this repo, set up a python3 venv
$ python3 -m venv venv
$ . ./venv/bin/activate
- install requirements
$ python3 -m pip install -r ./requirements.txt
- run the script
$ python3 ./allinfosecnews2opml </path/to/allinfosecnews_sources/README.md> > <outfile.opml>
It's "allinfosecnews_sources.opml", and was added on August 7th, at 2:00PM PST.