Skip to content

radumpopescu/newspaper-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Newspaper API

Docker Hub

Api server that uses the Newspaper Python library to extract data from an article.

Port: 38765

Running

docker run -d -p 38765:38765 radumihail/newspaper-api

Usage

localhost:38765/?url=https://github.com/codelucas/newspaper

Output Example:

{
  "authors": [ ],
  "image": "",
  "keywords": [ ],
  "summary": "",
  "text": "",
  "title": ""
}