Skip to content

Organize and annotate links (discoveries) from the LNL RSS feed

License

Notifications You must be signed in to change notification settings

dimitardanov/joes-rss-thingy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joe's RSS Thingy

Introduction

Scripts to organize and annotate links under the Discoveries sections from the LNL in markdown files. Links (discoveries) from each episode are grouped in a separate markdown file. Annotations are taken from content attribute of the <meta name="description" /> tags for each link, if exists.

Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running

Enter the python environment:

source venv/bin/activate
python rss_to_md.py

Optionally, combine_markdown.sh can be used to create a single markdown document ALL_DISCOVERIES with all links, using md_template.md as a header.

License

MIT License

About

Organize and annotate links (discoveries) from the LNL RSS feed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published