Skip to content

wetrycode/tegenaria

Repository files navigation

Tegenaria crawl framework

codecov go workflow CodeQL
Tegenaria is a crawler framework based on golang

Installation

To install Tegenaria package, you should install Go and set your Go workspace first.

  1. The first need Go installed (version 1.13+ is required), then you can use the below Go command to install Tegenaria.
go get -u github.com/wetrycode/tegenaria
  1. Import it in your code:
import "github.com/wetrycode/tegenaria"

Quick start

See the example of tegenaria

Document

Contribution

Feel free to PR and raise issues.
Send me an email directly, vforfreedom96@gmail.com

License

Apache2.0 © geebytes