An open API service indexing awesome lists of open source software.

https://github.com/andriisoldatenko/findlinks

findlinks does a request to url, parses the html and print links
https://github.com/andriisoldatenko/findlinks

cli find go links osx tools unix

Last synced: about 1 year ago
JSON representation

findlinks does a request to url, parses the html and print links

Awesome Lists containing this project

README

          

# findlinks
findlinks does a request to url, parses the html and print links

## Quick example
```bash
go install github.com/andriisoldatenko/findlinks

./findlinks https://gophercon.is/\#speakers | grep twitter

https://twitter.com/nataliepis
https://twitter.com/dlsniper
https://twitter.com/gopherconeu
https://twitter.com/matryer
https://twitter.com/dahernan
```