CommonCrawler icon indicating copy to clipboard operation
CommonCrawler copied to clipboard

Full usage as a library

Open ChrisCates opened this issue 5 years ago • 0 comments

Summary

This repository should be accessible via go get and can be included easily into anyone else's project.

Requirements

Must be able to run:

go get https://github.com/ChrisCates/CommonCrawler

Must be able to access the library as:

import(
  cc "github.com/ChrisCates/CommonCrawler"
)

func main() {
  cc.scan()
  cc.download()
  cc.extract()
  // And so forth
}

The library must be stable and also have a demo example in the repository. Demoing the library should be part of the Travis CI configuration.

Payment

1 ETH will be paid once meeting the requirements.

ChrisCates avatar May 06 '19 00:05 ChrisCates