Newpaper provided as an API (https://github.com/codelucas/newspaper)
50K+
Port: 38765
/topimage and / returns the top image of the link/article in questionargs:
-- url: encoded url
returns
{ "topimage": "string", "title": "string", "text": "string", "publish_date": "publishdate", "movies": "[]string", "images:": "[]string", "html": "string", "authors": "[]string" }
git clone https://github.com/Smarp/newspaper-apidocker build -t news .docker run -p 38765:38765 news:latestkubectl diff -f newspaper-api.yml to check for what’s going to be appliedkubectl apply -f newspaper-api.yml to update the deployment with the new tagContent type
Image
Digest
Size
224.8 MB
Last updated
almost 5 years ago
docker pull smarp/newspaper-api