ruby-conferences / ruby-conferences.github.io

A simple list of Ruby conferences and meetups.
https://rubyconferences.org
Other
181 stars 208 forks source link

Add RSS Feed to site #226

Closed zoras closed 3 months ago

zoras commented 6 years ago

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

jonallured commented 6 years ago

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?

zoras commented 6 years ago

I think these might work.

Feed generation can be automated with:

Automated tweets

Email notifications

Others:

paneq commented 6 years ago

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

geraldb commented 6 years ago

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
pjmartorell commented 5 years ago

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

bogn83 commented 4 years ago

[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.

siaw23 commented 2 years ago

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 :)

adarsh commented 1 year ago

I feel like this is covered by #492 now?

ivoanjo commented 1 year ago

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.

adarsh commented 1 year ago

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.

jonallured commented 1 year ago

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. 🤷