Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/archive-go/archive-go


https://github.com/archive-go/archive-go

go golang golang-library golang-package telegram telegraph telegraph-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# archive-go

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

**传入**:链接
**返回**:

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