ruby-conferences.github.io icon indicating copy to clipboard operation
ruby-conferences.github.io copied to clipboard

Add RSS Feed to site

Open zoras opened this issue 7 years ago • 11 comments

This will allow new additions to be tweeted automatically or open other possibilities like sending out emails notifications to subscribers, IFTTT etc.

zoras avatar Feb 09 '18 15:02 zoras

I did have an RSS feed of the site at one point, but it was a hassle to keep up-to-date, so I just stopped doing it and this issue you have opened is the first time anyone has brought it up, haha. I'm intrigued by your ideas around sending email notification and automated tweets - how would you do those things with the feed?

jonallured avatar Feb 09 '18 15:02 jonallured

I think these might work.

Feed generation can be automated with:

  • RSS - https://github.com/snaptortoise/jekyll-rss-feeds
  • Atom - https://github.com/jekyll/jekyll-feed

Automated tweets

  • https://ifttt.com/applets/ELCMuz4H-automatically-tweet-updates-from-pew-research
  • https://ifttt.com/applets/RKdiSRZ4-rss-feed-autoposts-to-twitter-and-facebook-pages

Email notifications

  • https://blog.mailchimp.com/tag/rss-to-email/
  • https://ifttt.com/applets/YnbGBZDy-send-email-rss

Others:

  • https://ifttt.com/feed

zoras avatar Feb 09 '18 15:02 zoras

Also, Slack can integrate with RSS to notify about new conferences. Right now I am watching this repository to achieve that knowledge.

paneq avatar Feb 09 '18 16:02 paneq

FYI: The (alternative) ruby conferences & camps page has a web feed in rss [1] and json [2], see http://planetruby.github.io/conferences/2020. It's also built from a datafile with jekyll (and believe it or not - it has more github stars too). Just in case you need some inspiration on how to do it. Copy as you please, it's all public domain. Cheers. Prost.

PS: If anyone thinks about sharing datafiles - yes, yes, of course. I suggest opening (and discussing) in a new ticket / issue.

  1. http://planetruby.github.io/conferences/feed.xml
  2. http://planetruby.github.io/conferences/feed.json

geraldb avatar Oct 25 '18 15:10 geraldb

yes, I think it would be a good feature. I would like to create a Zap to automatically create events in my calendar and at least I would need a JSON or RSS

pjmartorell avatar Apr 22 '19 20:04 pjmartorell

[not really a contributor, just added a conference :smile: ]

There's a pull request for this now at https://github.com/ruby-conferences/ruby-conferences.github.io/pull/339. Maybe you should add a thumbs up over there.

If you know how to automate adding a yml key to a changed block in Travis or GH Actions you should chime in there. Or if you are knowledgeable in editing a Dangerfile you could help out as well. Details over there.

bogn83 avatar Jan 30 '20 16:01 bogn83

I'm scraping and creating a JSON of events here if anyone is interested https://ruby-events-api.onrender.com/api/v1/events.

https://github.com/siaw23/ruby_events_api :)

siaw23 avatar May 21 '22 17:05 siaw23

I feel like this is covered by #492 now?

adarsh avatar May 15 '23 18:05 adarsh

My 0.01c is that having an rss feed would still be cool, because e.g. I can know about new conferences and when I can submit to them.

ivoanjo avatar May 17 '23 10:05 ivoanjo

This is challenging because our database (such as it is), is really a list of events in order, like a calendar. Each entry doesn't have a "created_at" timestamp so I don't really know how a date sequential RSS feed would work, although I'm not an expert on the format.

adarsh avatar Oct 19 '23 23:10 adarsh

Way back when I had a feed in the sense that I would make posts and the feed was those. So I'd update the list of events and then ALSO make a quick post with that same sorta info. It was a pain so I stopped doing it. 🤷

jonallured avatar Oct 20 '23 14:10 jonallured