Skip to content

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

Notifications You must be signed in to change notification settings

4rv0/allinfosecnews2opml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allinfosecnews2opml

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

installation and execution

  1. clone https://github.com/foorilla/allinfosecnews_sources somewhere
  2. clone this repo in a different place
  3. from this repo, set up a python3 venv
$ python3 -m venv venv
$ . ./venv/bin/activate
  1. install requirements
$ python3 -m pip install -r ./requirements.txt
  1. run the script
$ python3 ./allinfosecnews2opml </path/to/allinfosecnews_sources/README.md> > <outfile.opml>

or you can just grab the output file I made

It's "allinfosecnews_sources.opml", and was added on August 7th, at 2:00PM PST.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages