Skip to content

danielsamuels/article-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

article-markdown

Parse a webpage and convert it to Markdown, prefixing it with Jekyll front matter. This script uses a very naïve method to determine the content, but it's surprisingly effective (it just looks for the element with the most p tags).

Installation

pip install -r requirements.txt

Usage

python main.py <url>

About

Parse a webpage and convert it to Markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages