Skip to content

faruqisan/crawl-quote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAWL-QUOTE

Quotes from goodsread crawler built using golang

Getting Started

  • import the library
import "github.com/faruqisan/crawl-quote"
  • example
quoteEngine := quote.New()

// get popular quotes
quotes, err := quoteEngine.GetPopulars()
if err != nil {
// handle err
}

// print the quotes
log.Println(quotes)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages