Skip to content

theneubeck/boilerpipe-server

Repository files navigation

boilerpipe-server

Server

Simple server/bash script for parsing article contents from a web page using the excellent boilerpipe project

./compile_server.sh
./run_server.sh
Server is listening on port 6666
# in other window
curl "http://mobil.di.se/c.jsp;jsessionid=9A9574DB7A0D394DB97CB9247E5EDC7D.sonny4?cid=25400741&articleId=296509" | curl -d @- "localhost:6666"

Bash script

./compile.sh
curl "http://mobil.di.se/c.jsp;jsessionid=9A9574DB7A0D394DB97CB9247E5EDC7D.sonny4?cid=25400741&articleId=296509" | ./run.sh

About

Simple server/bash script for parsing article contents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published