Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riencroonenborghs/rssr
RSS Reader
https://github.com/riencroonenborghs/rssr
rails rss rss-reader ruby ruby-on-rails
Last synced: 4 days ago
JSON representation
RSS Reader
- Host: GitHub
- URL: https://github.com/riencroonenborghs/rssr
- Owner: riencroonenborghs
- Created: 2021-10-02T20:30:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T00:02:57.000Z (5 months ago)
- Last Synced: 2024-06-16T23:41:02.605Z (5 months ago)
- Topics: rails, rss, rss-reader, ruby, ruby-on-rails
- Language: HTML
- Homepage: https://rssr.croonenborghs.net
- Size: 2.92 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSSr
RSS reader
## Tech
- Ruby on Rails 6
- PostgreSQL
- Sidekiq[![Ruby on Rails - Install dependencies, run security checks, linters and tests](https://github.com/riencroonenborghs/rssr/actions/workflows/rubyonrails.yml/badge.svg)](https://github.com/riencroonenborghs/rssr/actions/workflows/rubyonrails.yml)
## What can it do?
- authentication
- manage feeds:
- RSS & atom feeds
- supports tumblr, blogger, medium and reddit URLs
- refreshes every 30 minutes
- 2 week data retention
- filtering
- bookmarking
- search
- saved searches
- infinite scrolling## How to run
- `cp .env.example .env` and edit to your liking
- edit `db/seeds.rb` to your liking
- `rails db:create db:migrate db:seed`
- `overmind start` or `foreman start`