Every project on drupal.org has its own page:
http://drupal.org/project/marinelli
When a new release is made, it gets added to that project's release page
http://drupal.org/node/185969/release
I'm trying to monitor when the page, but of course I don't want to keep checking on it manually. I need to do it programmatically with php.
Do I have to scrape the page? Is this page scrapable?
I see an RSS feed, but not sure how that works or if it can help me with monitoring or how.
Does drupal.org offer a cleaner solution like an API? or is there a way to monitor the repository directly?
Other solutions welcome