OpenBagTwo/MarketWatch

Strip all HTML from lede (and headline)

Open

#2 opened on Dec 7, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Jupyter Notebook (1 fork)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now I'm just excluding any articles with HTML tags (explicitly, the ">") character in the headline or lede. But I can pretty much guarantee that there are libraries that implement HTML handling (beautifulsoup?) that I could be leveraging to do this smarter (and thus with fewer Guardian API calls).

Contributor guide