SkillAgentSearch skills...

Excavator

character database scrape with go

Install / Use

/learn @godcong/Excavator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

excavator

How to use

	excH := New(RadicalTypeHanChengPinyin, ActionArgs(RadicalTypeHanChengPinyin, RadicalTypeHanChengBihua, RadicalTypeHanChengBushou))
	e2 := excH.Run()
	if e2 != nil {
		t.Fatal(e2)
	}
	excK := New(RadicalTypeKangXiPinyin, ActionArgs(RadicalTypeKangXiPinyin, RadicalTypeKangXiBihua, RadicalTypeKangXiBushou))
	e1 := excK.Run()
	if e1 != nil {
		t.Fatal(e1)
	}

this tool used mysql address localhost:3306/root/111111 with default database.

if want change db address use:

   exc :=New(RadicalTypeHanChengPinyin, DBArgs(#db#))
   //or
   exc.SetDB(#db#)

if you want to change the database mssql/postgre... new a engine with xorm by yourself then add it by DBArgs().

Related Skills

View on GitHub
GitHub Stars21
CategoryData
Updated25d ago
Forks12

Languages

Go

Security Score

90/100

Audited on Mar 13, 2026

No findings