Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/archive-go/archive-go
- Owner: archive-go
- License: mit
- Created: 2020-08-25T07:15:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T14:52:37.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T23:14:34.854Z (7 months ago)
- Topics: go, golang, golang-library, golang-package, telegram, telegraph, telegraph-api
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archive-go
一个集爬虫、分析网页主要内容(正文、标题、作者、时间...)为一身的第三方 Golang 库。
**传入**:链接
**返回**:```json
{
"Author": "...",
"Title": "...",
"Content": "...",
"Time": "...",
...
}
```