github.com/archive-go/archive-go


Keywords
go, golang, golang-library, golang-package, telegram, telegraph, telegraph-api
License
MIT
Install
go get github.com/archive-go/archive-go

Documentation

archive-go

一个集爬虫、分析网页主要内容(正文、标题、作者、时间...)为一身的第三方 Golang 库。

传入:链接 返回

{
    "Author": "...",
    "Title": "...",
    "Content": "...",
    "Time": "...",
    ...
}