gocu

command module
v0.0.0-...-68b3dca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2019 License: Unlicense Imports: 13 Imported by: 0

README

Go Report Card

GoDoc

A Go Crawler Utility API (GoCU)

Simply make a post request using JSON, with the following format:

 {
     "Item": [word you are searching for],
     "URL": [web address you wish to search for it in]
 }

And GoCU will return all pages containing that word, and the links to them:

{
    "Item List": [
        "[Page Title]",
        "[URL Linking to Page]"
    ]
}

Docs page can be found here: https://mmybo.github.io/GoCU/

Deployed: https://gocu.herokuapp.com/

Also fun: an article about writing Go: https://medium.com/@jaesonbooker/learning-go-the-language-and-the-game-7373c47ae8e6

GoCU is open source, so you can clone it and make it even more powerful!

To start off, simply clone the repo, using 'git clone https://github.com/mmybo/GoCU.git' into your terminal.

Next install the dependencies, using the following commands: go get github.com/yhat/scrape go get golang.org/x/net/html go get golang.org/x/net/html/atom go get github.com/labstack/echo

And that's it! After that, just build and run! (go build, and go run main.go)

Run it locally, or deploy your own!

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL