Skip to content

Extract article (including images) by url and save to file.

License

Notifications You must be signed in to change notification settings

dimadvk/article-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

article-extractor

Extract article (including images) by url and save to file.

How to install

It requires pandoc to be installed.

Install package with command:

$ pip install git+https://github.com/dimadvk/article-extractor.git

Basic Usage

>>> from article_extractor import extract_article
>>> article_file_path = extract_article("https://example.com", "/tmp", "docx")

About

Extract article (including images) by url and save to file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages