https://github.com/yujiahaol68/rossy
An out of box and self-host rss web reader
https://github.com/yujiahaol68/rossy
command-line-tool feed-reader full-stack gin go rss rss-reader rss-web-reader vue webapp websocket
Last synced: 3 months ago
JSON representation
An out of box and self-host rss web reader
- Host: GitHub
- URL: https://github.com/yujiahaol68/rossy
- Owner: yujiahaol68
- License: apache-2.0
- Created: 2018-03-07T12:12:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T05:50:02.000Z (almost 8 years ago)
- Last Synced: 2025-08-14T01:29:18.256Z (9 months ago)
- Topics: command-line-tool, feed-reader, full-stack, gin, go, rss, rss-reader, rss-web-reader, vue, webapp, websocket
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rossy
_self-host RSS web reader in Golang_

[](https://goreportcard.com/report/github.com/yujiahaol68/rossy)
[](https://coveralls.io/github/yujiahaol68/rossy)
## Description
`rossy` provides out of box full feature RSS Reader API powered by [gin](https://github.com/gin-gonic/gin) and SQLITE. You can self-host rossy reader in your local env. Just by running released binary can give you exactly the same function like other online RSS reader. But you can also keep your data in local.
## Feature
* Out of box RSS local web reader
* Self-host and data safe
* Default web interface
* RSS/Atom Feed Subscribe
* Fast feed fetching
* Full text parsing (TODO)
* dockerfile for self deploy (TODO)
### The first release version is still under development. COMING SOON
## License
This project is licensed under the [Apache License](https://raw.githubusercontent.com/yujiahaol68/rossy/master/LICENSE)