| description | Gopher news scrapper |
| owner | Niki Roo |
| last change | Mon, 4 Mar 2019 08:53:46 +0000 (09:53 +0100) |
GoFetch is a simple web scrapper that outputs gopher-ready files.
gofetch [dir] [selector] [type] [max] [hostname] [port]
You point the program to your gopher directory, you launch it, and you have a gopher view of the supported news sites.
The program will also helpfully create a gophermap and an index.html page for each supported website, as well as a general page to link to all the subpages (selector/gophermap and selector/index.html).
Any platform with at lest Java 1.6 on it should be ok.
You can start the program via the script or directly with java:
gofetch [dir] [selector] [type] [max] [hostname] [port]java -jar gofetch.jar [dir] [selector] [type] [max] [hostname] [port]The options are:
Supported websites section) in upper case or the special keyword ALL for all of them./configure.sh && make
You can also import the java sources into, say, Eclipse, and create a runnable JAR file from there.
Nothing else but Java 1.6+.
Note that calling make libs will export the libraries into the src/ directory.
GoFetch was written by Niki Roo niki@nikiroo.be
| 6 years ago | master | shortlog | log | tree |