Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 441 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 441 Bytes

wospi

wospi running under windows

What?

A simple CLI app which scrapes the provided URL in order to generate a wordlist of the words found in the results' bodies.

Installing & running

All you need to do is grab the project via go and run the executable:

$ go get -u github.com/vlad-s/wospi
$ wospi --help

Just as a note, the binary is going to be named wospi.exe under Windows.