simple-feed
Activity Feed
A Ruby gem providing a scalable and easy-to-use activity feed implementation
This gem implements a flexible time-ordered activity feeds commonly used within social networking applications. As events occur, they are pushed into the Feed and distributed to all users that need to see the event. Upon the user visiting their "feed page", a pre-populated ordered list of events is returned by the library.
333 stars
7 watching
30 forks
Language: Ruby
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rubycocos/feedparser | A universal web feed parser and normalizer for various formats including Atom, RSS, JSON Feed, HTML, and more. | 164 |
slack-ruby/slack-ruby-bot-server-events | A Ruby library that enables event-driven interactions with Slack APIs | 71 |
dariusk/rss-to-activitypub | Converts RSS feeds to ActivityPub formats for social networks. | 559 |
simukappu/activity_notification | Provides integrated user activity notifications for Ruby on Rails applications | 507 |
slack-ruby/slack-ruby-bot-server-mailchimp | An extension for Slack bot server that integrates Mailchimp by automatically subscribing new users to a mailing list. | 2 |
aasmith/feed-normalizer | A Ruby wrapper around multiple RSS and Atom parsers to provide a unified feed representation | 134 |
slack-ruby/slack-ruby-bot-server-events-sample | A sample Ruby app demonstrating event handling and slash command response in Slack | 26 |
rpush/rpush | A Ruby gem for sending push notifications to various platforms | 2,190 |
slack-ruby/slack-ruby-bot-server-stripe | An extension to Slack Ruby Bot Server for handling Stripe trials and subscriptions | 4 |
stefansundin/rssbox | A Ruby-based application that aggregates RSS feeds from various services and provides an RSS feed in return. | 774 |
mailboxer/mailboxer | A Rails gem providing a generic and flexible messaging system with conversation support and email integration. | 1,645 |
georgemandis/bubo-rss | Generates a minimalist webpage with links to the latest content from RSS feeds | 196 |
jekyll/jekyll-feed | Generates an Atom feed of Jekyll posts | 847 |
feedjira/feedjira | A Ruby library designed to parse feeds and extract information from them. | 2,079 |
influxcommunity/influxdb-ruby | Provides a Ruby interface to a time-series database service | 370 |