https://github.com/echosoar/news
基于SimHash算法聚合相似全网内容,根据来源数量进行排序,并对一些内容进行过滤
https://github.com/echosoar/news
daily-news news news-aggregator news-updates
Last synced: about 2 months ago
JSON representation
基于SimHash算法聚合相似全网内容,根据来源数量进行排序,并对一些内容进行过滤
- Host: GitHub
- URL: https://github.com/echosoar/news
- Owner: echosoar
- Created: 2022-02-28T15:18:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T14:02:11.000Z (about 1 year ago)
- Last Synced: 2025-02-27T12:16:25.025Z (2 months ago)
- Topics: daily-news, news, news-aggregator, news-updates
- Language: Go
- Homepage:
- Size: 342 KB
- Stars: 63
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## News
---
基于SimHash算法聚合相似全网内容,根据来源数量进行排序,并对一些内容进行过滤```shell
go run main.go
```