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.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
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.
MIT License