Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

anpr/page_extractor

Repository files navigation

Getting Started

  1. Install Python and pip
  2. pip install pipenv
  3. pipenv install
  4. python -m textblob.download_corpora # <--- Important!

Start API

Start the API with

python demo_api.py

Test it with:

curl "localhost:5000/extract?url=http://www.backspin.de/rae-sremmurd-wissen-solltest/"

curl -X POST localhost:5000/extract -d "url=http://minutenmusik.de/wochenrueckblick/die-fantastischen-vier-mani-orrason-shaw-mendes-snow-patrol-the-cool-quest-wochenrueckblick-kw-12-2018"

Frontend

frontend2 based on RESTool (https://github.com/dsternlicht/RESTool)

cd frontend2
npm install
 npm install -g @angular/cli
 npm install typescript@'>=2.1.0 <2.4.0'
ng serve
http://localhost:4200/

About

Extract metadata like title from a URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •