Excavator
character database scrape with go
Install / Use
/learn @godcong/ExcavatorREADME
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
feishu-drive
350.8k|
things-mac
350.8kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
350.8kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
postkit
PostgreSQL-native identity, configuration, metering, and job queues. SQL functions that work with any language or driver
