Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 454 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 454 Bytes

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": ""
}